Shades of Deep Sky Blue #09AFEC
Tints of Deep Sky Blue #09AFEC
RGB
CMYK
RGB Variations
Color information
#09AFEC (or 0x09AFEC) is known color: Deep Sky Blue. HEX triplet: 09, AF and EC. RGB value is (9,175,236). Sum of RGB (Red+Green+Blue) = 9+175+236=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #09AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFEC is #F65013. Grayscale: #838383. Windows color (decimal): -16142356 or 15511305. OLE color: 15511305.
HSL color Cylindrical-coordinate representation of color #09AFEC: hue angle of 196.12º 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 #09AFEC is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 175 | 236 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.07 |
| HSL | 196.12º | 0.93% | 0.48% | - |
| HSV(B) | 196.12º | 0.96% | 0.93% | - |
| XYZ | 30.58 | 36.77 | 84.84 | - |
| YUV | 132.32 | 186.5 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 236 | 0.96 | 0.26 | 0 | 0.07 | 196.12 | 0.93 | 0.48 |
| Hex | 9 | AF | EC | 60 | 1A | 0 | 7 | C4 | 5D | 30 |
| Octal | 11 | 257 | 354 | 140 | 32 | 0 | 7 | 304 | 135 | 60 |
| Binary | 1001 | 10101111 | 11101100 | 1100000 | 11010 | 0 | 111 | 11000100 | 1011101 | 110000 |
Color Harmonies of #09AFEC
Complementary color
Monochromatic Colors of #09AFEC
Black with #09AFEC
Text Example
Text Example
White with #09AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFEC; }
p { color: rgb(9,175,236); }
H1.HeaderClassName
{
color: #09AFEC;
}
.AnyTagClassName
{
color: #09AFEC;
}
</style>
background-color css
<style>
a { background-color: #09AFEC; }
a { background-color: rgb(9,175,236); }
div.DivClassName
{
background-color: #09AFEC;
}
.BgClassName
{
background-color: #09AFEC;
}
</style>
border-color css
<style>
span { border-color: #09AFEC; }
span { border-color: rgb(9,175,236); }
td.TdClassName
{
border-color: #09AFEC;
}
.TagClassName
{
border-color: #09AFEC;
}
</style>