Shades of Deep Sky Blue #08ACF7
Tints of Deep Sky Blue #08ACF7
RGB
CMYK
RGB Variations
Color information
#08ACF7 (or 0x08ACF7) is known color: Deep Sky Blue. HEX triplet: 08, AC and F7. RGB value is (8,172,247). Sum of RGB (Red+Green+Blue) = 8+172+247=427 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 247 (96.88% from 255 or 57.85% from 427); Max value from RGB is 247 - color contains mainly: blue. Hex color #08ACF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ACF7 is #F75308. Grayscale: #838383. Windows color (decimal): -16208649 or 16231432. OLE color: 16231432.
HSL color Cylindrical-coordinate representation of color #08ACF7: hue angle of 198.83º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ACF7 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 172 | 247 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.03 |
| HSL | 198.83º | 0.94% | 0.5% | - |
| HSV(B) | 198.83º | 0.97% | 0.97% | - |
| XYZ | 31.64 | 36.27 | 93.33 | - |
| YUV | 131.51 | 193.17 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 172 | 247 | 0.97 | 0.30 | 0 | 0.03 | 198.83 | 0.94 | 0.5 |
| Hex | 8 | AC | F7 | 61 | 1E | 0 | 3 | C7 | 5E | 32 |
| Octal | 10 | 254 | 367 | 141 | 36 | 0 | 3 | 307 | 136 | 62 |
| Binary | 1000 | 10101100 | 11110111 | 1100001 | 11110 | 0 | 11 | 11000111 | 1011110 | 110010 |
Color Harmonies of #08ACF7
Complementary color
Monochromatic Colors of #08ACF7
Black with #08ACF7
Text Example
Text Example
White with #08ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ACF7; }
p { color: rgb(8,172,247); }
H1.HeaderClassName
{
color: #08ACF7;
}
.AnyTagClassName
{
color: #08ACF7;
}
</style>
background-color css
<style>
a { background-color: #08ACF7; }
a { background-color: rgb(8,172,247); }
div.DivClassName
{
background-color: #08ACF7;
}
.BgClassName
{
background-color: #08ACF7;
}
</style>
border-color css
<style>
span { border-color: #08ACF7; }
span { border-color: rgb(8,172,247); }
td.TdClassName
{
border-color: #08ACF7;
}
.TagClassName
{
border-color: #08ACF7;
}
</style>