Shades of Deep Sky Blue #09ACFE
Tints of Deep Sky Blue #09ACFE
RGB
CMYK
RGB Variations
Color information
#09ACFE (or 0x09ACFE) is known color: Deep Sky Blue. HEX triplet: 09, AC and FE. RGB value is (9,172,254). Sum of RGB (Red+Green+Blue) = 9+172+254=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #09ACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACFE is #F65301. Grayscale: #848484. Windows color (decimal): -16143106 or 16690185. OLE color: 16690185.
HSL color Cylindrical-coordinate representation of color #09ACFE: hue angle of 200.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ACFE is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 172 | 254 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.00 |
| HSL | 200.08º | 0.99% | 0.52% | - |
| HSV(B) | 200.08º | 0.96% | 1% | - |
| XYZ | 32.75 | 36.72 | 99.13 | - |
| YUV | 132.61 | 196.5 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 254 | 0.96 | 0.32 | 0 | 0.00 | 200.08 | 0.99 | 0.52 |
| Hex | 9 | AC | FE | 60 | 20 | 0 | 0 | C8 | 63 | 34 |
| Octal | 11 | 254 | 376 | 140 | 40 | 0 | 0 | 310 | 143 | 64 |
| Binary | 1001 | 10101100 | 11111110 | 1100000 | 100000 | 0 | 0 | 11001000 | 1100011 | 110100 |
Color Harmonies of #09ACFE
Complementary color
Monochromatic Colors of #09ACFE
Black with #09ACFE
Text Example
Text Example
White with #09ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ACFE; }
p { color: rgb(9,172,254); }
H1.HeaderClassName
{
color: #09ACFE;
}
.AnyTagClassName
{
color: #09ACFE;
}
</style>
background-color css
<style>
a { background-color: #09ACFE; }
a { background-color: rgb(9,172,254); }
div.DivClassName
{
background-color: #09ACFE;
}
.BgClassName
{
background-color: #09ACFE;
}
</style>
border-color css
<style>
span { border-color: #09ACFE; }
span { border-color: rgb(9,172,254); }
td.TdClassName
{
border-color: #09ACFE;
}
.TagClassName
{
border-color: #09ACFE;
}
</style>