Shades of Deep Sky Blue #06ACFF
Tints of Deep Sky Blue #06ACFF
RGB
CMYK
RGB Variations
Color information
#06ACFF (or 0x06ACFF) is known color: Deep Sky Blue. HEX triplet: 06, AC and FF. RGB value is (6,172,255). Sum of RGB (Red+Green+Blue) = 6+172+255=433 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #06ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACFF is #F95300. Grayscale: #838383. Windows color (decimal): -16339713 or 16755718. OLE color: 16755718.
HSL color Cylindrical-coordinate representation of color #06ACFF: hue angle of 200º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ACFF is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 172 | 255 | - |
| CMYK | 0.98 | 0.33 | 0 | 0 |
| HSL | 200º | 1% | 0.51% | - |
| HSV(B) | 200º | 0.98% | 1% | - |
| XYZ | 32.88 | 36.76 | 99.97 | - |
| YUV | 131.83 | 197.5 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 255 | 0.98 | 0.33 | 0 | 0 | 200 | 1 | 0.51 |
| Hex | 6 | AC | FF | 62 | 21 | 0 | 0 | C8 | 64 | 33 |
| Octal | 6 | 254 | 377 | 142 | 41 | 0 | 0 | 310 | 144 | 63 |
| Binary | 110 | 10101100 | 11111111 | 1100010 | 100001 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #06ACFF
Complementary color
Monochromatic Colors of #06ACFF
Black with #06ACFF
Text Example
Text Example
White with #06ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACFF; }
p { color: rgb(6,172,255); }
H1.HeaderClassName
{
color: #06ACFF;
}
.AnyTagClassName
{
color: #06ACFF;
}
</style>
background-color css
<style>
a { background-color: #06ACFF; }
a { background-color: rgb(6,172,255); }
div.DivClassName
{
background-color: #06ACFF;
}
.BgClassName
{
background-color: #06ACFF;
}
</style>
border-color css
<style>
span { border-color: #06ACFF; }
span { border-color: rgb(6,172,255); }
td.TdClassName
{
border-color: #06ACFF;
}
.TagClassName
{
border-color: #06ACFF;
}
</style>