Shades of Deep Sky Blue #09AFEA
Tints of Deep Sky Blue #09AFEA
RGB
CMYK
RGB Variations
Color information
#09AFEA (or 0x09AFEA) is known color: Deep Sky Blue. HEX triplet: 09, AF and EA. RGB value is (9,175,234). Sum of RGB (Red+Green+Blue) = 9+175+234=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #09AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFEA is #F65015. Grayscale: #838383. Windows color (decimal): -16142358 or 15380233. OLE color: 15380233.
HSL color Cylindrical-coordinate representation of color #09AFEA: hue angle of 195.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFEA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 175 | 234 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.08 |
| HSL | 195.73º | 0.93% | 0.48% | - |
| HSV(B) | 195.73º | 0.96% | 0.92% | - |
| XYZ | 30.29 | 36.66 | 83.32 | - |
| YUV | 132.09 | 185.5 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 234 | 0.96 | 0.25 | 0 | 0.08 | 195.73 | 0.93 | 0.48 |
| Hex | 9 | AF | EA | 60 | 19 | 0 | 8 | C4 | 5D | 30 |
| Octal | 11 | 257 | 352 | 140 | 31 | 0 | 10 | 304 | 135 | 60 |
| Binary | 1001 | 10101111 | 11101010 | 1100000 | 11001 | 0 | 1000 | 11000100 | 1011101 | 110000 |
Color Harmonies of #09AFEA
Complementary color
Monochromatic Colors of #09AFEA
Black with #09AFEA
Text Example
Text Example
White with #09AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFEA; }
p { color: rgb(9,175,234); }
H1.HeaderClassName
{
color: #09AFEA;
}
.AnyTagClassName
{
color: #09AFEA;
}
</style>
background-color css
<style>
a { background-color: #09AFEA; }
a { background-color: rgb(9,175,234); }
div.DivClassName
{
background-color: #09AFEA;
}
.BgClassName
{
background-color: #09AFEA;
}
</style>
border-color css
<style>
span { border-color: #09AFEA; }
span { border-color: rgb(9,175,234); }
td.TdClassName
{
border-color: #09AFEA;
}
.TagClassName
{
border-color: #09AFEA;
}
</style>