Shades of Deep Sky Blue #04A1FE
Tints of Deep Sky Blue #04A1FE
RGB
CMYK
RGB Variations
Color information
#04A1FE (or 0x04A1FE) is known color: Deep Sky Blue. HEX triplet: 04, A1 and FE. RGB value is (4,161,254). Sum of RGB (Red+Green+Blue) = 4+161+254=419 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #04A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A1FE is #FB5E01. Grayscale: #7C7C7C. Windows color (decimal): -16473602 or 16687364. OLE color: 16687364.
HSL color Cylindrical-coordinate representation of color #04A1FE: hue angle of 202.32º 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 #04A1FE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 161 | 254 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.00 |
| HSL | 202.32º | 0.99% | 0.51% | - |
| HSV(B) | 202.32º | 0.98% | 1% | - |
| XYZ | 30.68 | 32.67 | 98.45 | - |
| YUV | 124.66 | 200.99 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 254 | 0.98 | 0.37 | 0 | 0.00 | 202.32 | 0.99 | 0.51 |
| Hex | 4 | A1 | FE | 62 | 25 | 0 | 0 | CA | 63 | 33 |
| Octal | 4 | 241 | 376 | 142 | 45 | 0 | 0 | 312 | 143 | 63 |
| Binary | 100 | 10100001 | 11111110 | 1100010 | 100101 | 0 | 0 | 11001010 | 1100011 | 110011 |
Color Harmonies of #04A1FE
Complementary color
Monochromatic Colors of #04A1FE
Black with #04A1FE
Text Example
Text Example
White with #04A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A1FE; }
p { color: rgb(4,161,254); }
H1.HeaderClassName
{
color: #04A1FE;
}
.AnyTagClassName
{
color: #04A1FE;
}
</style>
background-color css
<style>
a { background-color: #04A1FE; }
a { background-color: rgb(4,161,254); }
div.DivClassName
{
background-color: #04A1FE;
}
.BgClassName
{
background-color: #04A1FE;
}
</style>
border-color css
<style>
span { border-color: #04A1FE; }
span { border-color: rgb(4,161,254); }
td.TdClassName
{
border-color: #04A1FE;
}
.TagClassName
{
border-color: #04A1FE;
}
</style>