Shades of Deep Sky Blue #08ABFC
Tints of Deep Sky Blue #08ABFC
RGB
CMYK
RGB Variations
Color information
#08ABFC (or 0x08ABFC) is known color: Deep Sky Blue. HEX triplet: 08, AB and FC. RGB value is (8,171,252). Sum of RGB (Red+Green+Blue) = 8+171+252=431 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #08ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ABFC is #F75403. Grayscale: #838383. Windows color (decimal): -16208900 or 16558856. OLE color: 16558856.
HSL color Cylindrical-coordinate representation of color #08ABFC: hue angle of 199.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ABFC is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 171 | 252 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.01 |
| HSL | 199.92º | 0.98% | 0.51% | - |
| HSV(B) | 199.92º | 0.97% | 0.99% | - |
| XYZ | 32.23 | 36.21 | 97.38 | - |
| YUV | 131.5 | 196 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 252 | 0.97 | 0.32 | 0 | 0.01 | 199.92 | 0.98 | 0.51 |
| Hex | 8 | AB | FC | 61 | 20 | 0 | 1 | C8 | 62 | 33 |
| Octal | 10 | 253 | 374 | 141 | 40 | 0 | 1 | 310 | 142 | 63 |
| Binary | 1000 | 10101011 | 11111100 | 1100001 | 100000 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #08ABFC
Complementary color
Monochromatic Colors of #08ABFC
Black with #08ABFC
Text Example
Text Example
White with #08ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ABFC; }
p { color: rgb(8,171,252); }
H1.HeaderClassName
{
color: #08ABFC;
}
.AnyTagClassName
{
color: #08ABFC;
}
</style>
background-color css
<style>
a { background-color: #08ABFC; }
a { background-color: rgb(8,171,252); }
div.DivClassName
{
background-color: #08ABFC;
}
.BgClassName
{
background-color: #08ABFC;
}
</style>
border-color css
<style>
span { border-color: #08ABFC; }
span { border-color: rgb(8,171,252); }
td.TdClassName
{
border-color: #08ABFC;
}
.TagClassName
{
border-color: #08ABFC;
}
</style>