Shades of Deep Sky Blue #06ACE9
Tints of Deep Sky Blue #06ACE9
RGB
CMYK
RGB Variations
Color information
#06ACE9 (or 0x06ACE9) is known color: Deep Sky Blue. HEX triplet: 06, AC and E9. RGB value is (6,172,233). Sum of RGB (Red+Green+Blue) = 6+172+233=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #06ACE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACE9 is #F95316. Grayscale: #808080. Windows color (decimal): -16339735 or 15313926. OLE color: 15313926.
HSL color Cylindrical-coordinate representation of color #06ACE9: hue angle of 196.12º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ACE9 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 172 | 233 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.09 |
| HSL | 196.12º | 0.95% | 0.47% | - |
| HSV(B) | 196.12º | 0.97% | 0.91% | - |
| XYZ | 29.54 | 35.43 | 82.37 | - |
| YUV | 129.32 | 186.5 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 233 | 0.97 | 0.26 | 0 | 0.09 | 196.12 | 0.95 | 0.47 |
| Hex | 6 | AC | E9 | 61 | 1A | 0 | 9 | C4 | 5F | 2F |
| Octal | 6 | 254 | 351 | 141 | 32 | 0 | 11 | 304 | 137 | 57 |
| Binary | 110 | 10101100 | 11101001 | 1100001 | 11010 | 0 | 1001 | 11000100 | 1011111 | 101111 |
Color Harmonies of #06ACE9
Complementary color
Monochromatic Colors of #06ACE9
Black with #06ACE9
Text Example
Text Example
White with #06ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACE9; }
p { color: rgb(6,172,233); }
H1.HeaderClassName
{
color: #06ACE9;
}
.AnyTagClassName
{
color: #06ACE9;
}
</style>
background-color css
<style>
a { background-color: #06ACE9; }
a { background-color: rgb(6,172,233); }
div.DivClassName
{
background-color: #06ACE9;
}
.BgClassName
{
background-color: #06ACE9;
}
</style>
border-color css
<style>
span { border-color: #06ACE9; }
span { border-color: rgb(6,172,233); }
td.TdClassName
{
border-color: #06ACE9;
}
.TagClassName
{
border-color: #06ACE9;
}
</style>