Shades of Deep Sky Blue #09D0FF
Tints of Deep Sky Blue #09D0FF
RGB
CMYK
RGB Variations
Color information
#09D0FF (or 0x09D0FF) is known color: Deep Sky Blue. HEX triplet: 09, D0 and FF. RGB value is (9,208,255). Sum of RGB (Red+Green+Blue) = 9+208+255=472 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #09D0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D0FF is #F62F00. Grayscale: #999999. Windows color (decimal): -16133889 or 16764937. OLE color: 16764937.
HSL color Cylindrical-coordinate representation of color #09D0FF: hue angle of 191.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D0FF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 208 | 255 | - |
| CMYK | 0.96 | 0.18 | 0 | 0 |
| HSL | 191.46º | 1% | 0.52% | - |
| HSV(B) | 191.46º | 0.96% | 1% | - |
| XYZ | 40.72 | 52.39 | 102.57 | - |
| YUV | 153.86 | 185.07 | 24.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 255 | 0.96 | 0.18 | 0 | 0 | 191.46 | 1 | 0.52 |
| Hex | 9 | D0 | FF | 60 | 12 | 0 | 0 | BF | 64 | 34 |
| Octal | 11 | 320 | 377 | 140 | 22 | 0 | 0 | 277 | 144 | 64 |
| Binary | 1001 | 11010000 | 11111111 | 1100000 | 10010 | 0 | 0 | 10111111 | 1100100 | 110100 |
Color Harmonies of #09D0FF
Complementary color
Monochromatic Colors of #09D0FF
Black with #09D0FF
Text Example
Text Example
White with #09D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D0FF; }
p { color: rgb(9,208,255); }
H1.HeaderClassName
{
color: #09D0FF;
}
.AnyTagClassName
{
color: #09D0FF;
}
</style>
background-color css
<style>
a { background-color: #09D0FF; }
a { background-color: rgb(9,208,255); }
div.DivClassName
{
background-color: #09D0FF;
}
.BgClassName
{
background-color: #09D0FF;
}
</style>
border-color css
<style>
span { border-color: #09D0FF; }
span { border-color: rgb(9,208,255); }
td.TdClassName
{
border-color: #09D0FF;
}
.TagClassName
{
border-color: #09D0FF;
}
</style>