Shades of Robin's Egg Blue #04CACB
Tints of Robin's Egg Blue #04CACB
RGB
CMYK
RGB Variations
Color information
#04CACB (or 0x04CACB) is known color: Robin's Egg Blue. HEX triplet: 04, CA and CB. RGB value is (4,202,203). Sum of RGB (Red+Green+Blue) = 4+202+203=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #04CACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CACB is #FB3534. Grayscale: #8E8E8E. Windows color (decimal): -16463157 or 13355524. OLE color: 13355524.
HSL color Cylindrical-coordinate representation of color #04CACB: hue angle of 180.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CACB is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 202 | 203 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.20 |
| HSL | 180.3º | 0.96% | 0.41% | - |
| HSV(B) | 180.3º | 0.98% | 0.8% | - |
| XYZ | 31.95 | 46.58 | 63.81 | - |
| YUV | 142.91 | 161.9 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 203 | 0.98 | 0.00 | 0 | 0.20 | 180.3 | 0.96 | 0.41 |
| Hex | 4 | CA | CB | 62 | 0 | 0 | 14 | B4 | 60 | 29 |
| Octal | 4 | 312 | 313 | 142 | 0 | 0 | 24 | 264 | 140 | 51 |
| Binary | 100 | 11001010 | 11001011 | 1100010 | 0 | 0 | 10100 | 10110100 | 1100000 | 101001 |
Color Harmonies of #04CACB
Complementary color
Monochromatic Colors of #04CACB
Black with #04CACB
Text Example
Text Example
White with #04CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CACB; }
p { color: rgb(4,202,203); }
H1.HeaderClassName
{
color: #04CACB;
}
.AnyTagClassName
{
color: #04CACB;
}
</style>
background-color css
<style>
a { background-color: #04CACB; }
a { background-color: rgb(4,202,203); }
div.DivClassName
{
background-color: #04CACB;
}
.BgClassName
{
background-color: #04CACB;
}
</style>
border-color css
<style>
span { border-color: #04CACB; }
span { border-color: rgb(4,202,203); }
td.TdClassName
{
border-color: #04CACB;
}
.TagClassName
{
border-color: #04CACB;
}
</style>