Shades of Deep Sky Blue #09BDED
Tints of Deep Sky Blue #09BDED
RGB
CMYK
RGB Variations
Color information
#09BDED (or 0x09BDED) is known color: Deep Sky Blue. HEX triplet: 09, BD and ED. RGB value is (9,189,237). Sum of RGB (Red+Green+Blue) = 9+189+237=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #09BDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDED is #F64212. Grayscale: #8C8C8C. Windows color (decimal): -16138771 or 15580425. OLE color: 15580425.
HSL color Cylindrical-coordinate representation of color #09BDED: hue angle of 192.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDED is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 189 | 237 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.07 |
| HSL | 192.63º | 0.93% | 0.48% | - |
| HSV(B) | 192.63º | 0.96% | 0.93% | - |
| XYZ | 33.6 | 42.57 | 86.57 | - |
| YUV | 140.65 | 182.37 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 237 | 0.96 | 0.20 | 0 | 0.07 | 192.63 | 0.93 | 0.48 |
| Hex | 9 | BD | ED | 60 | 14 | 0 | 7 | C1 | 5D | 30 |
| Octal | 11 | 275 | 355 | 140 | 24 | 0 | 7 | 301 | 135 | 60 |
| Binary | 1001 | 10111101 | 11101101 | 1100000 | 10100 | 0 | 111 | 11000001 | 1011101 | 110000 |
Color Harmonies of #09BDED
Complementary color
Monochromatic Colors of #09BDED
Black with #09BDED
Text Example
Text Example
White with #09BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDED; }
p { color: rgb(9,189,237); }
H1.HeaderClassName
{
color: #09BDED;
}
.AnyTagClassName
{
color: #09BDED;
}
</style>
background-color css
<style>
a { background-color: #09BDED; }
a { background-color: rgb(9,189,237); }
div.DivClassName
{
background-color: #09BDED;
}
.BgClassName
{
background-color: #09BDED;
}
</style>
border-color css
<style>
span { border-color: #09BDED; }
span { border-color: rgb(9,189,237); }
td.TdClassName
{
border-color: #09BDED;
}
.TagClassName
{
border-color: #09BDED;
}
</style>