Shades of Deep Sky Blue #09ACEA
Tints of Deep Sky Blue #09ACEA
RGB
CMYK
RGB Variations
Color information
#09ACEA (or 0x09ACEA) is known color: Deep Sky Blue. HEX triplet: 09, AC and EA. RGB value is (9,172,234). Sum of RGB (Red+Green+Blue) = 9+172+234=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #09ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACEA is #F65315. Grayscale: #818181. Windows color (decimal): -16143126 or 15379465. OLE color: 15379465.
HSL color Cylindrical-coordinate representation of color #09ACEA: hue angle of 196.53º 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 #09ACEA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 172 | 234 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.08 |
| HSL | 196.53º | 0.93% | 0.48% | - |
| HSV(B) | 196.53º | 0.96% | 0.92% | - |
| XYZ | 29.72 | 35.5 | 83.13 | - |
| YUV | 130.33 | 186.5 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 234 | 0.96 | 0.26 | 0 | 0.08 | 196.53 | 0.93 | 0.48 |
| Hex | 9 | AC | EA | 60 | 1A | 0 | 8 | C5 | 5D | 30 |
| Octal | 11 | 254 | 352 | 140 | 32 | 0 | 10 | 305 | 135 | 60 |
| Binary | 1001 | 10101100 | 11101010 | 1100000 | 11010 | 0 | 1000 | 11000101 | 1011101 | 110000 |
Color Harmonies of #09ACEA
Complementary color
Monochromatic Colors of #09ACEA
Black with #09ACEA
Text Example
Text Example
White with #09ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ACEA; }
p { color: rgb(9,172,234); }
H1.HeaderClassName
{
color: #09ACEA;
}
.AnyTagClassName
{
color: #09ACEA;
}
</style>
background-color css
<style>
a { background-color: #09ACEA; }
a { background-color: rgb(9,172,234); }
div.DivClassName
{
background-color: #09ACEA;
}
.BgClassName
{
background-color: #09ACEA;
}
</style>
border-color css
<style>
span { border-color: #09ACEA; }
span { border-color: rgb(9,172,234); }
td.TdClassName
{
border-color: #09ACEA;
}
.TagClassName
{
border-color: #09ACEA;
}
</style>