Shades of Deep Sky Blue #09DAFF
Tints of Deep Sky Blue #09DAFF
RGB
CMYK
RGB Variations
Color information
#09DAFF (or 0x09DAFF) is known color: Deep Sky Blue. HEX triplet: 09, DA and FF. RGB value is (9,218,255). Sum of RGB (Red+Green+Blue) = 9+218+255=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #09DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DAFF is #F62500. Grayscale: #9F9F9F. Windows color (decimal): -16131329 or 16767497. OLE color: 16767497.
HSL color Cylindrical-coordinate representation of color #09DAFF: hue angle of 189.02º 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 #09DAFF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 218 | 255 | - |
| CMYK | 0.96 | 0.15 | 0 | 0 |
| HSL | 189.02º | 1% | 0.52% | - |
| HSV(B) | 189.02º | 0.96% | 1% | - |
| XYZ | 43.23 | 57.42 | 103.41 | - |
| YUV | 159.73 | 181.76 | 20.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 218 | 255 | 0.96 | 0.15 | 0 | 0 | 189.02 | 1 | 0.52 |
| Hex | 9 | DA | FF | 60 | F | 0 | 0 | BD | 64 | 34 |
| Octal | 11 | 332 | 377 | 140 | 17 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1001 | 11011010 | 11111111 | 1100000 | 1111 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #09DAFF
Complementary color
Monochromatic Colors of #09DAFF
Black with #09DAFF
Text Example
Text Example
White with #09DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DAFF; }
p { color: rgb(9,218,255); }
H1.HeaderClassName
{
color: #09DAFF;
}
.AnyTagClassName
{
color: #09DAFF;
}
</style>
background-color css
<style>
a { background-color: #09DAFF; }
a { background-color: rgb(9,218,255); }
div.DivClassName
{
background-color: #09DAFF;
}
.BgClassName
{
background-color: #09DAFF;
}
</style>
border-color css
<style>
span { border-color: #09DAFF; }
span { border-color: rgb(9,218,255); }
td.TdClassName
{
border-color: #09DAFF;
}
.TagClassName
{
border-color: #09DAFF;
}
</style>