Shades of Deep Sky Blue #04BCEC
Tints of Deep Sky Blue #04BCEC
RGB
CMYK
RGB Variations
Color information
#04BCEC (or 0x04BCEC) is known color: Deep Sky Blue. HEX triplet: 04, BC and EC. RGB value is (4,188,236). Sum of RGB (Red+Green+Blue) = 4+188+236=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #04BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BCEC is #FB4313. Grayscale: #8A8A8A. Windows color (decimal): -16466708 or 15514628. OLE color: 15514628.
HSL color Cylindrical-coordinate representation of color #04BCEC: hue angle of 192.41º 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 #04BCEC is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 188 | 236 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.07 |
| HSL | 192.41º | 0.97% | 0.47% | - |
| HSV(B) | 192.41º | 0.98% | 0.93% | - |
| XYZ | 33.17 | 42.05 | 85.72 | - |
| YUV | 138.46 | 183.04 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 236 | 0.98 | 0.20 | 0 | 0.07 | 192.41 | 0.97 | 0.47 |
| Hex | 4 | BC | EC | 62 | 14 | 0 | 7 | C0 | 61 | 2F |
| Octal | 4 | 274 | 354 | 142 | 24 | 0 | 7 | 300 | 141 | 57 |
| Binary | 100 | 10111100 | 11101100 | 1100010 | 10100 | 0 | 111 | 11000000 | 1100001 | 101111 |
Color Harmonies of #04BCEC
Complementary color
Monochromatic Colors of #04BCEC
Black with #04BCEC
Text Example
Text Example
White with #04BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCEC; }
p { color: rgb(4,188,236); }
H1.HeaderClassName
{
color: #04BCEC;
}
.AnyTagClassName
{
color: #04BCEC;
}
</style>
background-color css
<style>
a { background-color: #04BCEC; }
a { background-color: rgb(4,188,236); }
div.DivClassName
{
background-color: #04BCEC;
}
.BgClassName
{
background-color: #04BCEC;
}
</style>
border-color css
<style>
span { border-color: #04BCEC; }
span { border-color: rgb(4,188,236); }
td.TdClassName
{
border-color: #04BCEC;
}
.TagClassName
{
border-color: #04BCEC;
}
</style>