Shades of Deep Sky Blue #08ACF0
Tints of Deep Sky Blue #08ACF0
RGB
CMYK
RGB Variations
Color information
#08ACF0 (or 0x08ACF0) is known color: Deep Sky Blue. HEX triplet: 08, AC and F0. RGB value is (8,172,240). Sum of RGB (Red+Green+Blue) = 8+172+240=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #08ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ACF0 is #F7530F. Grayscale: #828282. Windows color (decimal): -16208656 or 15772680. OLE color: 15772680.
HSL color Cylindrical-coordinate representation of color #08ACF0: hue angle of 197.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ACF0 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 172 | 240 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.06 |
| HSL | 197.59º | 0.94% | 0.49% | - |
| HSV(B) | 197.59º | 0.97% | 0.94% | - |
| XYZ | 30.58 | 35.85 | 87.75 | - |
| YUV | 130.72 | 189.67 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 172 | 240 | 0.97 | 0.28 | 0 | 0.06 | 197.59 | 0.94 | 0.49 |
| Hex | 8 | AC | F0 | 61 | 1C | 0 | 6 | C6 | 5E | 31 |
| Octal | 10 | 254 | 360 | 141 | 34 | 0 | 6 | 306 | 136 | 61 |
| Binary | 1000 | 10101100 | 11110000 | 1100001 | 11100 | 0 | 110 | 11000110 | 1011110 | 110001 |
Color Harmonies of #08ACF0
Complementary color
Monochromatic Colors of #08ACF0
Black with #08ACF0
Text Example
Text Example
White with #08ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ACF0; }
p { color: rgb(8,172,240); }
H1.HeaderClassName
{
color: #08ACF0;
}
.AnyTagClassName
{
color: #08ACF0;
}
</style>
background-color css
<style>
a { background-color: #08ACF0; }
a { background-color: rgb(8,172,240); }
div.DivClassName
{
background-color: #08ACF0;
}
.BgClassName
{
background-color: #08ACF0;
}
</style>
border-color css
<style>
span { border-color: #08ACF0; }
span { border-color: rgb(8,172,240); }
td.TdClassName
{
border-color: #08ACF0;
}
.TagClassName
{
border-color: #08ACF0;
}
</style>