Shades of Deep Sky Blue #04ABFE
Tints of Deep Sky Blue #04ABFE
RGB
CMYK
RGB Variations
Color information
#04ABFE (or 0x04ABFE) is known color: Deep Sky Blue. HEX triplet: 04, AB and FE. RGB value is (4,171,254). Sum of RGB (Red+Green+Blue) = 4+171+254=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #04ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ABFE is #FB5401. Grayscale: #828282. Windows color (decimal): -16471042 or 16689924. OLE color: 16689924.
HSL color Cylindrical-coordinate representation of color #04ABFE: hue angle of 199.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABFE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 171 | 254 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.00 |
| HSL | 199.92º | 0.99% | 0.51% | - |
| HSV(B) | 199.92º | 0.98% | 1% | - |
| XYZ | 32.5 | 36.31 | 99.06 | - |
| YUV | 130.53 | 197.67 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 254 | 0.98 | 0.33 | 0 | 0.00 | 199.92 | 0.99 | 0.51 |
| Hex | 4 | AB | FE | 62 | 21 | 0 | 0 | C8 | 63 | 33 |
| Octal | 4 | 253 | 376 | 142 | 41 | 0 | 0 | 310 | 143 | 63 |
| Binary | 100 | 10101011 | 11111110 | 1100010 | 100001 | 0 | 0 | 11001000 | 1100011 | 110011 |
Color Harmonies of #04ABFE
Complementary color
Monochromatic Colors of #04ABFE
Black with #04ABFE
Text Example
Text Example
White with #04ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABFE; }
p { color: rgb(4,171,254); }
H1.HeaderClassName
{
color: #04ABFE;
}
.AnyTagClassName
{
color: #04ABFE;
}
</style>
background-color css
<style>
a { background-color: #04ABFE; }
a { background-color: rgb(4,171,254); }
div.DivClassName
{
background-color: #04ABFE;
}
.BgClassName
{
background-color: #04ABFE;
}
</style>
border-color css
<style>
span { border-color: #04ABFE; }
span { border-color: rgb(4,171,254); }
td.TdClassName
{
border-color: #04ABFE;
}
.TagClassName
{
border-color: #04ABFE;
}
</style>