Shades of Deep Sky Blue #09AFFF
Tints of Deep Sky Blue #09AFFF
RGB
CMYK
RGB Variations
Color information
#09AFFF (or 0x09AFFF) is known color: Deep Sky Blue. HEX triplet: 09, AF and FF. RGB value is (9,175,255). Sum of RGB (Red+Green+Blue) = 9+175+255=439 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #09AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFFF is #F65000. Grayscale: #868686. Windows color (decimal): -16142337 or 16756489. OLE color: 16756489.
HSL color Cylindrical-coordinate representation of color #09AFFF: hue angle of 199.51º 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 #09AFFF is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 175 | 255 | - |
| CMYK | 0.96 | 0.31 | 0 | 0 |
| HSL | 199.51º | 1% | 0.52% | - |
| HSV(B) | 199.51º | 0.96% | 1% | - |
| XYZ | 33.49 | 37.94 | 100.17 | - |
| YUV | 134.49 | 196 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 255 | 0.96 | 0.31 | 0 | 0 | 199.51 | 1 | 0.52 |
| Hex | 9 | AF | FF | 60 | 1F | 0 | 0 | C8 | 64 | 34 |
| Octal | 11 | 257 | 377 | 140 | 37 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1001 | 10101111 | 11111111 | 1100000 | 11111 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #09AFFF
Complementary color
Monochromatic Colors of #09AFFF
Black with #09AFFF
Text Example
Text Example
White with #09AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFFF; }
p { color: rgb(9,175,255); }
H1.HeaderClassName
{
color: #09AFFF;
}
.AnyTagClassName
{
color: #09AFFF;
}
</style>
background-color css
<style>
a { background-color: #09AFFF; }
a { background-color: rgb(9,175,255); }
div.DivClassName
{
background-color: #09AFFF;
}
.BgClassName
{
background-color: #09AFFF;
}
</style>
border-color css
<style>
span { border-color: #09AFFF; }
span { border-color: rgb(9,175,255); }
td.TdClassName
{
border-color: #09AFFF;
}
.TagClassName
{
border-color: #09AFFF;
}
</style>