Shades of Deep Sky Blue #04ABFC
Tints of Deep Sky Blue #04ABFC
RGB
CMYK
RGB Variations
Color information
#04ABFC (or 0x04ABFC) is known color: Deep Sky Blue. HEX triplet: 04, AB and FC. RGB value is (4,171,252). Sum of RGB (Red+Green+Blue) = 4+171+252=427 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #04ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ABFC is #FB5403. Grayscale: #818181. Windows color (decimal): -16471044 or 16558852. OLE color: 16558852.
HSL color Cylindrical-coordinate representation of color #04ABFC: hue angle of 199.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABFC is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 171 | 252 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.01 |
| HSL | 199.6º | 0.98% | 0.5% | - |
| HSV(B) | 199.6º | 0.98% | 0.99% | - |
| XYZ | 32.18 | 36.18 | 97.38 | - |
| YUV | 130.3 | 196.67 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 252 | 0.98 | 0.32 | 0 | 0.01 | 199.6 | 0.98 | 0.5 |
| Hex | 4 | AB | FC | 62 | 20 | 0 | 1 | C8 | 62 | 32 |
| Octal | 4 | 253 | 374 | 142 | 40 | 0 | 1 | 310 | 142 | 62 |
| Binary | 100 | 10101011 | 11111100 | 1100010 | 100000 | 0 | 1 | 11001000 | 1100010 | 110010 |
Color Harmonies of #04ABFC
Complementary color
Monochromatic Colors of #04ABFC
Black with #04ABFC
Text Example
Text Example
White with #04ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABFC; }
p { color: rgb(4,171,252); }
H1.HeaderClassName
{
color: #04ABFC;
}
.AnyTagClassName
{
color: #04ABFC;
}
</style>
background-color css
<style>
a { background-color: #04ABFC; }
a { background-color: rgb(4,171,252); }
div.DivClassName
{
background-color: #04ABFC;
}
.BgClassName
{
background-color: #04ABFC;
}
</style>
border-color css
<style>
span { border-color: #04ABFC; }
span { border-color: rgb(4,171,252); }
td.TdClassName
{
border-color: #04ABFC;
}
.TagClassName
{
border-color: #04ABFC;
}
</style>