Shades of Robin's Egg Blue #04D6CB
Tints of Robin's Egg Blue #04D6CB
RGB
CMYK
RGB Variations
Color information
#04D6CB (or 0x04D6CB) is known color: Robin's Egg Blue. HEX triplet: 04, D6 and CB. RGB value is (4,214,203). Sum of RGB (Red+Green+Blue) = 4+214+203=421 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #04D6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D6CB is #FB2934. Grayscale: #959595. Windows color (decimal): -16460085 or 13358596. OLE color: 13358596.
HSL color Cylindrical-coordinate representation of color #04D6CB: hue angle of 176.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D6CB is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 214 | 203 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.16 |
| HSL | 176.86º | 0.96% | 0.43% | - |
| HSV(B) | 176.86º | 0.98% | 0.84% | - |
| XYZ | 34.88 | 52.43 | 64.78 | - |
| YUV | 149.96 | 157.93 | 23.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 203 | 0.98 | 0 | 0.05 | 0.16 | 176.86 | 0.96 | 0.43 |
| Hex | 4 | D6 | CB | 62 | 0 | 5 | 10 | B1 | 60 | 2B |
| Octal | 4 | 326 | 313 | 142 | 0 | 5 | 20 | 261 | 140 | 53 |
| Binary | 100 | 11010110 | 11001011 | 1100010 | 0 | 101 | 10000 | 10110001 | 1100000 | 101011 |
Color Harmonies of #04D6CB
Complementary color
Monochromatic Colors of #04D6CB
Black with #04D6CB
Text Example
Text Example
White with #04D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D6CB; }
p { color: rgb(4,214,203); }
H1.HeaderClassName
{
color: #04D6CB;
}
.AnyTagClassName
{
color: #04D6CB;
}
</style>
background-color css
<style>
a { background-color: #04D6CB; }
a { background-color: rgb(4,214,203); }
div.DivClassName
{
background-color: #04D6CB;
}
.BgClassName
{
background-color: #04D6CB;
}
</style>
border-color css
<style>
span { border-color: #04D6CB; }
span { border-color: rgb(4,214,203); }
td.TdClassName
{
border-color: #04D6CB;
}
.TagClassName
{
border-color: #04D6CB;
}
</style>