Shades of Deep Sky Blue #04CFEC
Tints of Deep Sky Blue #04CFEC
RGB
CMYK
RGB Variations
Color information
#04CFEC (or 0x04CFEC) is known color: Deep Sky Blue. HEX triplet: 04, CF and EC. RGB value is (4,207,236). Sum of RGB (Red+Green+Blue) = 4+207+236=447 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #04CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFEC is #FB3013. Grayscale: #959595. Windows color (decimal): -16461844 or 15519492. OLE color: 15519492.
HSL color Cylindrical-coordinate representation of color #04CFEC: hue angle of 187.5º 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 #04CFEC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 207 | 236 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.07 |
| HSL | 187.5º | 0.97% | 0.47% | - |
| HSV(B) | 187.5º | 0.98% | 0.93% | - |
| XYZ | 37.5 | 50.71 | 87.17 | - |
| YUV | 149.61 | 176.75 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 236 | 0.98 | 0.12 | 0 | 0.07 | 187.5 | 0.97 | 0.47 |
| Hex | 4 | CF | EC | 62 | C | 0 | 7 | BC | 61 | 2F |
| Octal | 4 | 317 | 354 | 142 | 14 | 0 | 7 | 274 | 141 | 57 |
| Binary | 100 | 11001111 | 11101100 | 1100010 | 1100 | 0 | 111 | 10111100 | 1100001 | 101111 |
Color Harmonies of #04CFEC
Complementary color
Monochromatic Colors of #04CFEC
Black with #04CFEC
Text Example
Text Example
White with #04CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFEC; }
p { color: rgb(4,207,236); }
H1.HeaderClassName
{
color: #04CFEC;
}
.AnyTagClassName
{
color: #04CFEC;
}
</style>
background-color css
<style>
a { background-color: #04CFEC; }
a { background-color: rgb(4,207,236); }
div.DivClassName
{
background-color: #04CFEC;
}
.BgClassName
{
background-color: #04CFEC;
}
</style>
border-color css
<style>
span { border-color: #04CFEC; }
span { border-color: rgb(4,207,236); }
td.TdClassName
{
border-color: #04CFEC;
}
.TagClassName
{
border-color: #04CFEC;
}
</style>