Shades of Deep Sky Blue #06ACF0
Tints of Deep Sky Blue #06ACF0
RGB
CMYK
RGB Variations
Color information
#06ACF0 (or 0x06ACF0) is known color: Deep Sky Blue. HEX triplet: 06, AC and F0. RGB value is (6,172,240). Sum of RGB (Red+Green+Blue) = 6+172+240=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #06ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACF0 is #F9530F. Grayscale: #818181. Windows color (decimal): -16339728 or 15772678. OLE color: 15772678.
HSL color Cylindrical-coordinate representation of color #06ACF0: hue angle of 197.44º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ACF0 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 172 | 240 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.06 |
| HSL | 197.44º | 0.95% | 0.48% | - |
| HSV(B) | 197.44º | 0.98% | 0.94% | - |
| XYZ | 30.56 | 35.84 | 87.74 | - |
| YUV | 130.12 | 190 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 240 | 0.98 | 0.28 | 0 | 0.06 | 197.44 | 0.95 | 0.48 |
| Hex | 6 | AC | F0 | 62 | 1C | 0 | 6 | C5 | 5F | 30 |
| Octal | 6 | 254 | 360 | 142 | 34 | 0 | 6 | 305 | 137 | 60 |
| Binary | 110 | 10101100 | 11110000 | 1100010 | 11100 | 0 | 110 | 11000101 | 1011111 | 110000 |
Color Harmonies of #06ACF0
Complementary color
Monochromatic Colors of #06ACF0
Black with #06ACF0
Text Example
Text Example
White with #06ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACF0; }
p { color: rgb(6,172,240); }
H1.HeaderClassName
{
color: #06ACF0;
}
.AnyTagClassName
{
color: #06ACF0;
}
</style>
background-color css
<style>
a { background-color: #06ACF0; }
a { background-color: rgb(6,172,240); }
div.DivClassName
{
background-color: #06ACF0;
}
.BgClassName
{
background-color: #06ACF0;
}
</style>
border-color css
<style>
span { border-color: #06ACF0; }
span { border-color: rgb(6,172,240); }
td.TdClassName
{
border-color: #06ACF0;
}
.TagClassName
{
border-color: #06ACF0;
}
</style>