Shades of Robin's Egg Blue #04CACE
Tints of Robin's Egg Blue #04CACE
RGB
CMYK
RGB Variations
Color information
#04CACE (or 0x04CACE) is known color: Robin's Egg Blue. HEX triplet: 04, CA and CE. RGB value is (4,202,206). Sum of RGB (Red+Green+Blue) = 4+202+206=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #04CACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CACE is #FB3531. Grayscale: #8F8F8F. Windows color (decimal): -16463154 or 13552132. OLE color: 13552132.
HSL color Cylindrical-coordinate representation of color #04CACE: hue angle of 181.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CACE is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 202 | 206 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.19 |
| HSL | 181.19º | 0.96% | 0.41% | - |
| HSV(B) | 181.19º | 0.98% | 0.81% | - |
| XYZ | 32.31 | 46.72 | 65.71 | - |
| YUV | 143.25 | 163.4 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 206 | 0.98 | 0.02 | 0 | 0.19 | 181.19 | 0.96 | 0.41 |
| Hex | 4 | CA | CE | 62 | 2 | 0 | 13 | B5 | 60 | 29 |
| Octal | 4 | 312 | 316 | 142 | 2 | 0 | 23 | 265 | 140 | 51 |
| Binary | 100 | 11001010 | 11001110 | 1100010 | 10 | 0 | 10011 | 10110101 | 1100000 | 101001 |
Color Harmonies of #04CACE
Complementary color
Monochromatic Colors of #04CACE
Black with #04CACE
Text Example
Text Example
White with #04CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CACE; }
p { color: rgb(4,202,206); }
H1.HeaderClassName
{
color: #04CACE;
}
.AnyTagClassName
{
color: #04CACE;
}
</style>
background-color css
<style>
a { background-color: #04CACE; }
a { background-color: rgb(4,202,206); }
div.DivClassName
{
background-color: #04CACE;
}
.BgClassName
{
background-color: #04CACE;
}
</style>
border-color css
<style>
span { border-color: #04CACE; }
span { border-color: rgb(4,202,206); }
td.TdClassName
{
border-color: #04CACE;
}
.TagClassName
{
border-color: #04CACE;
}
</style>