Shades of Deep Sky Blue #04B2E9
Tints of Deep Sky Blue #04B2E9
RGB
CMYK
RGB Variations
Color information
#04B2E9 (or 0x04B2E9) is known color: Deep Sky Blue. HEX triplet: 04, B2 and E9. RGB value is (4,178,233). Sum of RGB (Red+Green+Blue) = 4+178+233=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 233 (91.41% from 255 or 56.14% from 415); Max value from RGB is 233 - color contains mainly: blue. Hex color #04B2E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04B2E9 is #FB4D16. Grayscale: #838383. Windows color (decimal): -16469271 or 15315460. OLE color: 15315460.
HSL color Cylindrical-coordinate representation of color #04B2E9: hue angle of 194.41º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B2E9 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 178 | 233 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.09 |
| HSL | 194.41º | 0.97% | 0.46% | - |
| HSV(B) | 194.41º | 0.98% | 0.91% | - |
| XYZ | 30.68 | 37.75 | 82.76 | - |
| YUV | 132.24 | 184.85 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 178 | 233 | 0.98 | 0.24 | 0 | 0.09 | 194.41 | 0.97 | 0.46 |
| Hex | 4 | B2 | E9 | 62 | 18 | 0 | 9 | C2 | 61 | 2E |
| Octal | 4 | 262 | 351 | 142 | 30 | 0 | 11 | 302 | 141 | 56 |
| Binary | 100 | 10110010 | 11101001 | 1100010 | 11000 | 0 | 1001 | 11000010 | 1100001 | 101110 |
Color Harmonies of #04B2E9
Complementary color
Monochromatic Colors of #04B2E9
Black with #04B2E9
Text Example
Text Example
White with #04B2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B2E9; }
p { color: rgb(4,178,233); }
H1.HeaderClassName
{
color: #04B2E9;
}
.AnyTagClassName
{
color: #04B2E9;
}
</style>
background-color css
<style>
a { background-color: #04B2E9; }
a { background-color: rgb(4,178,233); }
div.DivClassName
{
background-color: #04B2E9;
}
.BgClassName
{
background-color: #04B2E9;
}
</style>
border-color css
<style>
span { border-color: #04B2E9; }
span { border-color: rgb(4,178,233); }
td.TdClassName
{
border-color: #04B2E9;
}
.TagClassName
{
border-color: #04B2E9;
}
</style>