Shades of Deep Sky Blue #09BDEF
Tints of Deep Sky Blue #09BDEF
RGB
CMYK
RGB Variations
Color information
#09BDEF (or 0x09BDEF) is known color: Deep Sky Blue. HEX triplet: 09, BD and EF. RGB value is (9,189,239). Sum of RGB (Red+Green+Blue) = 9+189+239=437 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #09BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDEF is #F64210. Grayscale: #8C8C8C. Windows color (decimal): -16138769 or 15711497. OLE color: 15711497.
HSL color Cylindrical-coordinate representation of color #09BDEF: hue angle of 193.04º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDEF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 189 | 239 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.06 |
| HSL | 193.04º | 0.93% | 0.49% | - |
| HSV(B) | 193.04º | 0.96% | 0.94% | - |
| XYZ | 33.89 | 42.69 | 88.11 | - |
| YUV | 140.88 | 183.37 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 239 | 0.96 | 0.21 | 0 | 0.06 | 193.04 | 0.93 | 0.49 |
| Hex | 9 | BD | EF | 60 | 15 | 0 | 6 | C1 | 5D | 31 |
| Octal | 11 | 275 | 357 | 140 | 25 | 0 | 6 | 301 | 135 | 61 |
| Binary | 1001 | 10111101 | 11101111 | 1100000 | 10101 | 0 | 110 | 11000001 | 1011101 | 110001 |
Color Harmonies of #09BDEF
Complementary color
Monochromatic Colors of #09BDEF
Black with #09BDEF
Text Example
Text Example
White with #09BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDEF; }
p { color: rgb(9,189,239); }
H1.HeaderClassName
{
color: #09BDEF;
}
.AnyTagClassName
{
color: #09BDEF;
}
</style>
background-color css
<style>
a { background-color: #09BDEF; }
a { background-color: rgb(9,189,239); }
div.DivClassName
{
background-color: #09BDEF;
}
.BgClassName
{
background-color: #09BDEF;
}
</style>
border-color css
<style>
span { border-color: #09BDEF; }
span { border-color: rgb(9,189,239); }
td.TdClassName
{
border-color: #09BDEF;
}
.TagClassName
{
border-color: #09BDEF;
}
</style>