Shades of Deep Sky Blue #04CCEA
Tints of Deep Sky Blue #04CCEA
RGB
CMYK
RGB Variations
Color information
#04CCEA (or 0x04CCEA) is known color: Deep Sky Blue. HEX triplet: 04, CC and EA. RGB value is (4,204,234). Sum of RGB (Red+Green+Blue) = 4+204+234=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #04CCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CCEA is #FB3315. Grayscale: #939393. Windows color (decimal): -16462614 or 15387652. OLE color: 15387652.
HSL color Cylindrical-coordinate representation of color #04CCEA: hue angle of 187.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCEA is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 204 | 234 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.08 |
| HSL | 187.83º | 0.97% | 0.47% | - |
| HSV(B) | 187.83º | 0.98% | 0.92% | - |
| XYZ | 36.49 | 49.15 | 85.41 | - |
| YUV | 147.62 | 176.74 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 234 | 0.98 | 0.13 | 0 | 0.08 | 187.83 | 0.97 | 0.47 |
| Hex | 4 | CC | EA | 62 | D | 0 | 8 | BC | 61 | 2F |
| Octal | 4 | 314 | 352 | 142 | 15 | 0 | 10 | 274 | 141 | 57 |
| Binary | 100 | 11001100 | 11101010 | 1100010 | 1101 | 0 | 1000 | 10111100 | 1100001 | 101111 |
Color Harmonies of #04CCEA
Complementary color
Monochromatic Colors of #04CCEA
Black with #04CCEA
Text Example
Text Example
White with #04CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCEA; }
p { color: rgb(4,204,234); }
H1.HeaderClassName
{
color: #04CCEA;
}
.AnyTagClassName
{
color: #04CCEA;
}
</style>
background-color css
<style>
a { background-color: #04CCEA; }
a { background-color: rgb(4,204,234); }
div.DivClassName
{
background-color: #04CCEA;
}
.BgClassName
{
background-color: #04CCEA;
}
</style>
border-color css
<style>
span { border-color: #04CCEA; }
span { border-color: rgb(4,204,234); }
td.TdClassName
{
border-color: #04CCEA;
}
.TagClassName
{
border-color: #04CCEA;
}
</style>