COLOR #09BEF6

HEX: #09BEF6
RGB: (9,190,246)

Renk bilgisi

#09BEF6 contains mainly green and blue colors. #09BEF6 ‘ nin web güvenlik rengi #00CCFF (ya da #0CF) dir.

RGB renk modeli

#09BEF6 color RGB value is (9,190,246).

  • kırmız ton 9;
  • yeşil ton 190;
  • mavi ton 246.
RGB:
(9,190,246)
(4%,75%,96%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 190 of 255 = 75%
B 246 of 255 = 96%

9
190
246

R + G + B ~ 58%. #09BEF6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 190 + 246 = 445 (100%)
R 9 of 445 ~ 2.02%
G 190 of 445 ~ 42.7%
B 246 of 445 ~ 55.28%

%42.7
%55.28

CMYK RENK MODELİ

#09BEF6 rengi CMYK tonu (96,23,0,4).

  • camgöbeği tonu 96.34%
  • eflatun tonu 22.76%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(96,23,0,4)
C96M23Y0K4 
(96%,23%,0%,4%)
(0.96/0.23/0.00/0.04)	

CMYK yüzdeleri

%96.34
%22.76
%0
%3.53

Codes

Color #09BEF6 in popluar color models

09BEF6
RGB9190246
HSL194°92.94%50.00%
HSB/HSV194°96.34%96.47%
CMYK96.34%22.76%0.00%
3.53%

Color #09BEF6 in popluar number systems.

HEX09BEF6
Decimal9190246
Binary10011011111011110110
Octal11276366

Shades and tints

Shades of #09BEF6

#09BEF6
(9,190,246)
#09ADE0
(9,173,224)
#099CCA
(9,156,202)
#098BB4
(9,139,180)
#097A9E
(9,122,158)
#096988
(9,105,136)
#095872
(9,88,114)
#09475C
(9,71,92)
#093646
(9,54,70)
#092530
(9,37,48)
#09141A
(9,20,26)
#000000
(0,0,0)

Tints of #09BEF6

#09BEF6
(9,190,246)
#1FC3F6
(31,195,246)
#35C8F6
(53,200,246)
#4BCDF6
(75,205,246)
#61D2F6
(97,210,246)
#77D7F6
(119,215,246)
#8DDCF6
(141,220,246)
#A3E1F6
(163,225,246)
#B9E6F6
(185,230,246)
#CFEBF6
(207,235,246)
#E5F0F6
(229,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09BEF6 color. Also use rgb(9,190,246) instead hex code.

Text Font Color

.myTextColor { color: #09BEF6; }

<p style="color:#09BEF6">This sample text font color is #09BEF6.</p>

This text font color is #09BEF6.


Background Color

.myBgColor { background-color: #09BEF6; }

<div style="background-color:#09BEF6">Inner text</div>

This div background color is #09BEF6.


Border color

.myBorderColor { border: 1px solid #09BEF6; }

<div style="border:3px solid #09BEF6">Div</div>

This div border color is #09BEF6.


Opacity

.myOpacity80 { color: #09BEF6; opacity: 0.8; }

<p style="color:#09BEF6;opacity:0.8;">80%</p>

Text with #09BEF6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #09BEF6;}

<p style="text-shadow: 3px 3px 1px #09BEF6">Text here.</p>

This text has shadow with #09BEF6 color.

.textShadow {text-shadow: 3px 3px 1px #09BEF6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #09BEF6, 5px 5px 20px red">Text here.</p>

This text has shadow with #09BEF6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09BEF6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#09BEF6, Direction=45, Strength=4)">Text</p>

This text has shadow with #09BEF6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #09BEF6;
  -webkit-box-shadow:	1px 1px 3px 2px #09BEF6;
  box-shadow:		1px 1px 3px 2px #09BEF6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09BEF6;
-webkit-box-shadow: 1px 1px 3px 2px #09BEF6;
box-shadow:1px 1px 3px 2px #09BEF6;">
Div content here</div>
This div box has shadow with color #09BEF6.

Preview

Color preview on black background

This text has color #09BEF6 on black background.


Color preview on white background

This text has color #09BEF6 on white background.



Black color preview on #09BEF6 background

This text has black color on #09BEF6 background.


White color preview on #09BEF6 background

This text has white color on #09BEF6 background.