Shades of Robin's Egg Blue #04C2CA
Tints of Robin's Egg Blue #04C2CA
RGB
CMYK
RGB Variations
Color information
#04C2CA (or 0x04C2CA) is known color: Robin's Egg Blue. HEX triplet: 04, C2 and CA. RGB value is (4,194,202). Sum of RGB (Red+Green+Blue) = 4+194+202=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #04C2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C2CA is #FB3D35. Grayscale: #898989. Windows color (decimal): -16465206 or 13287940. OLE color: 13287940.
HSL color Cylindrical-coordinate representation of color #04C2CA: hue angle of 182.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C2CA is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 194 | 202 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.21 |
| HSL | 182.42º | 0.96% | 0.4% | - |
| HSV(B) | 182.42º | 0.98% | 0.79% | - |
| XYZ | 30 | 42.87 | 62.57 | - |
| YUV | 138.1 | 164.05 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 202 | 0.98 | 0.04 | 0 | 0.21 | 182.42 | 0.96 | 0.4 |
| Hex | 4 | C2 | CA | 62 | 4 | 0 | 15 | B6 | 60 | 28 |
| Octal | 4 | 302 | 312 | 142 | 4 | 0 | 25 | 266 | 140 | 50 |
| Binary | 100 | 11000010 | 11001010 | 1100010 | 100 | 0 | 10101 | 10110110 | 1100000 | 101000 |
Color Harmonies of #04C2CA
Complementary color
Monochromatic Colors of #04C2CA
Black with #04C2CA
Text Example
Text Example
White with #04C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C2CA; }
p { color: rgb(4,194,202); }
H1.HeaderClassName
{
color: #04C2CA;
}
.AnyTagClassName
{
color: #04C2CA;
}
</style>
background-color css
<style>
a { background-color: #04C2CA; }
a { background-color: rgb(4,194,202); }
div.DivClassName
{
background-color: #04C2CA;
}
.BgClassName
{
background-color: #04C2CA;
}
</style>
border-color css
<style>
span { border-color: #04C2CA; }
span { border-color: rgb(4,194,202); }
td.TdClassName
{
border-color: #04C2CA;
}
.TagClassName
{
border-color: #04C2CA;
}
</style>