Shades of Deep Sky Blue #09AEF0
Tints of Deep Sky Blue #09AEF0
RGB
CMYK
RGB Variations
Color information
#09AEF0 (or 0x09AEF0) is known color: Deep Sky Blue. HEX triplet: 09, AE and F0. RGB value is (9,174,240). Sum of RGB (Red+Green+Blue) = 9+174+240=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #09AEF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AEF0 is #F6510F. Grayscale: #838383. Windows color (decimal): -16142608 or 15773193. OLE color: 15773193.
HSL color Cylindrical-coordinate representation of color #09AEF0: hue angle of 197.14º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AEF0 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 174 | 240 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.06 |
| HSL | 197.14º | 0.93% | 0.49% | - |
| HSV(B) | 197.14º | 0.96% | 0.94% | - |
| XYZ | 30.98 | 36.62 | 87.87 | - |
| YUV | 132.19 | 188.84 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 240 | 0.96 | 0.28 | 0 | 0.06 | 197.14 | 0.93 | 0.49 |
| Hex | 9 | AE | F0 | 60 | 1C | 0 | 6 | C5 | 5D | 31 |
| Octal | 11 | 256 | 360 | 140 | 34 | 0 | 6 | 305 | 135 | 61 |
| Binary | 1001 | 10101110 | 11110000 | 1100000 | 11100 | 0 | 110 | 11000101 | 1011101 | 110001 |
Color Harmonies of #09AEF0
Complementary color
Monochromatic Colors of #09AEF0
Black with #09AEF0
Text Example
Text Example
White with #09AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AEF0; }
p { color: rgb(9,174,240); }
H1.HeaderClassName
{
color: #09AEF0;
}
.AnyTagClassName
{
color: #09AEF0;
}
</style>
background-color css
<style>
a { background-color: #09AEF0; }
a { background-color: rgb(9,174,240); }
div.DivClassName
{
background-color: #09AEF0;
}
.BgClassName
{
background-color: #09AEF0;
}
</style>
border-color css
<style>
span { border-color: #09AEF0; }
span { border-color: rgb(9,174,240); }
td.TdClassName
{
border-color: #09AEF0;
}
.TagClassName
{
border-color: #09AEF0;
}
</style>