Shades of Deep Sky Blue #04ACFE
Tints of Deep Sky Blue #04ACFE
RGB
CMYK
RGB Variations
Color information
#04ACFE (or 0x04ACFE) is known color: Deep Sky Blue. HEX triplet: 04, AC and FE. RGB value is (4,172,254). Sum of RGB (Red+Green+Blue) = 4+172+254=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #04ACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ACFE is #FB5301. Grayscale: #828282. Windows color (decimal): -16470786 or 16690180. OLE color: 16690180.
HSL color Cylindrical-coordinate representation of color #04ACFE: hue angle of 199.68º 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 #04ACFE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 172 | 254 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.00 |
| HSL | 199.68º | 0.99% | 0.51% | - |
| HSV(B) | 199.68º | 0.98% | 1% | - |
| XYZ | 32.69 | 36.69 | 99.12 | - |
| YUV | 131.12 | 197.34 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 172 | 254 | 0.98 | 0.32 | 0 | 0.00 | 199.68 | 0.99 | 0.51 |
| Hex | 4 | AC | FE | 62 | 20 | 0 | 0 | C8 | 63 | 33 |
| Octal | 4 | 254 | 376 | 142 | 40 | 0 | 0 | 310 | 143 | 63 |
| Binary | 100 | 10101100 | 11111110 | 1100010 | 100000 | 0 | 0 | 11001000 | 1100011 | 110011 |
Color Harmonies of #04ACFE
Complementary color
Monochromatic Colors of #04ACFE
Black with #04ACFE
Text Example
Text Example
White with #04ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ACFE; }
p { color: rgb(4,172,254); }
H1.HeaderClassName
{
color: #04ACFE;
}
.AnyTagClassName
{
color: #04ACFE;
}
</style>
background-color css
<style>
a { background-color: #04ACFE; }
a { background-color: rgb(4,172,254); }
div.DivClassName
{
background-color: #04ACFE;
}
.BgClassName
{
background-color: #04ACFE;
}
</style>
border-color css
<style>
span { border-color: #04ACFE; }
span { border-color: rgb(4,172,254); }
td.TdClassName
{
border-color: #04ACFE;
}
.TagClassName
{
border-color: #04ACFE;
}
</style>