Shades of Deep Sky Blue #09ACFF
Tints of Deep Sky Blue #09ACFF
RGB
CMYK
RGB Variations
Color information
#09ACFF (or 0x09ACFF) is known color: Deep Sky Blue. HEX triplet: 09, AC and FF. RGB value is (9,172,255). Sum of RGB (Red+Green+Blue) = 9+172+255=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #09ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACFF is #F65300. Grayscale: #848484. Windows color (decimal): -16143105 or 16755721. OLE color: 16755721.
HSL color Cylindrical-coordinate representation of color #09ACFF: hue angle of 200.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ACFF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 172 | 255 | - |
| CMYK | 0.96 | 0.33 | 0 | 0 |
| HSL | 200.24º | 1% | 0.52% | - |
| HSV(B) | 200.24º | 0.96% | 1% | - |
| XYZ | 32.92 | 36.78 | 99.97 | - |
| YUV | 132.73 | 197 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 255 | 0.96 | 0.33 | 0 | 0 | 200.24 | 1 | 0.52 |
| Hex | 9 | AC | FF | 60 | 21 | 0 | 0 | C8 | 64 | 34 |
| Octal | 11 | 254 | 377 | 140 | 41 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1001 | 10101100 | 11111111 | 1100000 | 100001 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #09ACFF
Complementary color
Monochromatic Colors of #09ACFF
Black with #09ACFF
Text Example
Text Example
White with #09ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ACFF; }
p { color: rgb(9,172,255); }
H1.HeaderClassName
{
color: #09ACFF;
}
.AnyTagClassName
{
color: #09ACFF;
}
</style>
background-color css
<style>
a { background-color: #09ACFF; }
a { background-color: rgb(9,172,255); }
div.DivClassName
{
background-color: #09ACFF;
}
.BgClassName
{
background-color: #09ACFF;
}
</style>
border-color css
<style>
span { border-color: #09ACFF; }
span { border-color: rgb(9,172,255); }
td.TdClassName
{
border-color: #09ACFF;
}
.TagClassName
{
border-color: #09ACFF;
}
</style>