Shades of Deep Sky Blue #04B2E5
Tints of Deep Sky Blue #04B2E5
RGB
CMYK
RGB Variations
Color information
#04B2E5 (or 0x04B2E5) is known color: Deep Sky Blue. HEX triplet: 04, B2 and E5. RGB value is (4,178,229). Sum of RGB (Red+Green+Blue) = 4+178+229=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #04B2E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B2E5 is #FB4D1A. Grayscale: #838383. Windows color (decimal): -16469275 or 15053316. OLE color: 15053316.
HSL color Cylindrical-coordinate representation of color #04B2E5: hue angle of 193.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B2E5 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 178 | 229 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.10 |
| HSL | 193.6º | 0.97% | 0.46% | - |
| HSV(B) | 193.6º | 0.98% | 0.9% | - |
| XYZ | 30.11 | 37.52 | 79.78 | - |
| YUV | 131.79 | 182.85 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 178 | 229 | 0.98 | 0.22 | 0 | 0.10 | 193.6 | 0.97 | 0.46 |
| Hex | 4 | B2 | E5 | 62 | 16 | 0 | A | C2 | 61 | 2E |
| Octal | 4 | 262 | 345 | 142 | 26 | 0 | 12 | 302 | 141 | 56 |
| Binary | 100 | 10110010 | 11100101 | 1100010 | 10110 | 0 | 1010 | 11000010 | 1100001 | 101110 |
Color Harmonies of #04B2E5
Complementary color
Monochromatic Colors of #04B2E5
Black with #04B2E5
Text Example
Text Example
White with #04B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B2E5; }
p { color: rgb(4,178,229); }
H1.HeaderClassName
{
color: #04B2E5;
}
.AnyTagClassName
{
color: #04B2E5;
}
</style>
background-color css
<style>
a { background-color: #04B2E5; }
a { background-color: rgb(4,178,229); }
div.DivClassName
{
background-color: #04B2E5;
}
.BgClassName
{
background-color: #04B2E5;
}
</style>
border-color css
<style>
span { border-color: #04B2E5; }
span { border-color: rgb(4,178,229); }
td.TdClassName
{
border-color: #04B2E5;
}
.TagClassName
{
border-color: #04B2E5;
}
</style>