Shades of Deep Sky Blue #04B8EC
Tints of Deep Sky Blue #04B8EC
RGB
CMYK
RGB Variations
Color information
#04B8EC (or 0x04B8EC) is known color: Deep Sky Blue. HEX triplet: 04, B8 and EC. RGB value is (4,184,236). Sum of RGB (Red+Green+Blue) = 4+184+236=424 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #04B8EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8EC is #FB4713. Grayscale: #878787. Windows color (decimal): -16467732 or 15513604. OLE color: 15513604.
HSL color Cylindrical-coordinate representation of color #04B8EC: hue angle of 193.45º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8EC is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 184 | 236 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.07 |
| HSL | 193.45º | 0.97% | 0.47% | - |
| HSV(B) | 193.45º | 0.98% | 0.93% | - |
| XYZ | 32.33 | 40.36 | 85.44 | - |
| YUV | 136.11 | 184.37 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 236 | 0.98 | 0.22 | 0 | 0.07 | 193.45 | 0.97 | 0.47 |
| Hex | 4 | B8 | EC | 62 | 16 | 0 | 7 | C1 | 61 | 2F |
| Octal | 4 | 270 | 354 | 142 | 26 | 0 | 7 | 301 | 141 | 57 |
| Binary | 100 | 10111000 | 11101100 | 1100010 | 10110 | 0 | 111 | 11000001 | 1100001 | 101111 |
Color Harmonies of #04B8EC
Complementary color
Monochromatic Colors of #04B8EC
Black with #04B8EC
Text Example
Text Example
White with #04B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8EC; }
p { color: rgb(4,184,236); }
H1.HeaderClassName
{
color: #04B8EC;
}
.AnyTagClassName
{
color: #04B8EC;
}
</style>
background-color css
<style>
a { background-color: #04B8EC; }
a { background-color: rgb(4,184,236); }
div.DivClassName
{
background-color: #04B8EC;
}
.BgClassName
{
background-color: #04B8EC;
}
</style>
border-color css
<style>
span { border-color: #04B8EC; }
span { border-color: rgb(4,184,236); }
td.TdClassName
{
border-color: #04B8EC;
}
.TagClassName
{
border-color: #04B8EC;
}
</style>