Shades of Deep Sky Blue #04ABEF
Tints of Deep Sky Blue #04ABEF
RGB
CMYK
RGB Variations
Color information
#04ABEF (or 0x04ABEF) is known color: Deep Sky Blue. HEX triplet: 04, AB and EF. RGB value is (4,171,239). Sum of RGB (Red+Green+Blue) = 4+171+239=414 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #04ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ABEF is #FB5410. Grayscale: #808080. Windows color (decimal): -16471057 or 15706884. OLE color: 15706884.
HSL color Cylindrical-coordinate representation of color #04ABEF: hue angle of 197.36º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABEF is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 171 | 239 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.06 |
| HSL | 197.36º | 0.97% | 0.48% | - |
| HSV(B) | 197.36º | 0.98% | 0.94% | - |
| XYZ | 30.19 | 35.38 | 86.9 | - |
| YUV | 128.82 | 190.17 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 239 | 0.98 | 0.28 | 0 | 0.06 | 197.36 | 0.97 | 0.48 |
| Hex | 4 | AB | EF | 62 | 1C | 0 | 6 | C5 | 61 | 30 |
| Octal | 4 | 253 | 357 | 142 | 34 | 0 | 6 | 305 | 141 | 60 |
| Binary | 100 | 10101011 | 11101111 | 1100010 | 11100 | 0 | 110 | 11000101 | 1100001 | 110000 |
Color Harmonies of #04ABEF
Complementary color
Monochromatic Colors of #04ABEF
Black with #04ABEF
Text Example
Text Example
White with #04ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABEF; }
p { color: rgb(4,171,239); }
H1.HeaderClassName
{
color: #04ABEF;
}
.AnyTagClassName
{
color: #04ABEF;
}
</style>
background-color css
<style>
a { background-color: #04ABEF; }
a { background-color: rgb(4,171,239); }
div.DivClassName
{
background-color: #04ABEF;
}
.BgClassName
{
background-color: #04ABEF;
}
</style>
border-color css
<style>
span { border-color: #04ABEF; }
span { border-color: rgb(4,171,239); }
td.TdClassName
{
border-color: #04ABEF;
}
.TagClassName
{
border-color: #04ABEF;
}
</style>