COLOR #09B3DE

HEX: #09B3DE
RGB: (9,179,222)

Color info

#09B3DE contains mainly green and blue colors. Web safe color of #09B3DE is #0099CC (or #09C).

RGB color model

#09B3DE color RGB value is (9,179,222).

  • red value is 9;
  • green value is 179;
  • blue value is 222.
RGB:
(9,179,222)
(4%,70%,87%)

RGB channels and saturation

R 9 of 255 = 4%
G 179 of 255 = 70%
B 222 of 255 = 87%

9
179
222

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

Portions of RGB colors in percentages

R + G + B =
9 + 179 + 222 = 410 (100%)
R 9 of 410 ~ 2.2%
G 179 of 410 ~ 43.66%
B 222 of 410 ~ 54.15%

%43.66
%54.15

CMYK color model

#09B3DE color CMYK value is (96,19,0,13).

  • cyan value is 95.95%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(96,19,0,13)
C96M19Y0K13 
(96%,19%,0%,13%)
(0.96/0.19/0.00/0.13)	

CMYK percentages

%95.95
%19.37
%0
%12.94

Codes

Color #09B3DE in popluar color models

09B3DE
RGB9179222
HSL192°92.21%45.29%
HSB/HSV192°95.95%87.06%
CMYK95.95%19.37%0.00%
12.94%

Color #09B3DE in popluar number systems.

HEX09B3DE
Decimal9179222
Binary10011011001111011110
Octal11263336

Shades and tints

Shades of #09B3DE

#09B3DE
(9,179,222)
#09A3CA
(9,163,202)
#0993B6
(9,147,182)
#0983A2
(9,131,162)
#09738E
(9,115,142)
#09637A
(9,99,122)
#095366
(9,83,102)
#094352
(9,67,82)
#09333E
(9,51,62)
#09232A
(9,35,42)
#091316
(9,19,22)
#000000
(0,0,0)

Tints of #09B3DE

#09B3DE
(9,179,222)
#1FB9E1
(31,185,225)
#35BFE4
(53,191,228)
#4BC5E7
(75,197,231)
#61CBEA
(97,203,234)
#77D1ED
(119,209,237)
#8DD7F0
(141,215,240)
#A3DDF3
(163,221,243)
#B9E3F6
(185,227,246)
#CFE9F9
(207,233,249)
#E5EFFC
(229,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09B3DE color. Also use rgb(9,179,222) instead hex code.

Text Font Color

.myTextColor { color: #09B3DE; }

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

This text font color is #09B3DE.


Background Color

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

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

This div background color is #09B3DE.


Border color

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

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

This div border color is #09B3DE.


Opacity

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

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

Text with #09B3DE 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 #09B3DE;}

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

This text has shadow with #09B3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09B3DE on black background.


Color preview on white background

This text has color #09B3DE on white background.



Black color preview on #09B3DE background

This text has black color on #09B3DE background.


White color preview on #09B3DE background

This text has white color on #09B3DE background.