Shades of Robin's Egg Blue #04CBC8
Tints of Robin's Egg Blue #04CBC8
RGB
CMYK
RGB Variations
Color information
#04CBC8 (or 0x04CBC8) is known color: Robin's Egg Blue. HEX triplet: 04, CB and C8. RGB value is (4,203,200). Sum of RGB (Red+Green+Blue) = 4+203+200=407 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBC8 is #FB3437. Grayscale: #8E8E8E. Windows color (decimal): -16462904 or 13159172. OLE color: 13159172.
HSL color Cylindrical-coordinate representation of color #04CBC8: hue angle of 179.1º 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 #04CBC8 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 200 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.20 |
| HSL | 179.1º | 0.96% | 0.41% | - |
| HSV(B) | 179.1º | 0.98% | 0.8% | - |
| XYZ | 31.83 | 46.91 | 62.02 | - |
| YUV | 143.16 | 160.07 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 200 | 0.98 | 0 | 0.01 | 0.20 | 179.1 | 0.96 | 0.41 |
| Hex | 4 | CB | C8 | 62 | 0 | 1 | 14 | B3 | 60 | 29 |
| Octal | 4 | 313 | 310 | 142 | 0 | 1 | 24 | 263 | 140 | 51 |
| Binary | 100 | 11001011 | 11001000 | 1100010 | 0 | 1 | 10100 | 10110011 | 1100000 | 101001 |
Color Harmonies of #04CBC8
Complementary color
Monochromatic Colors of #04CBC8
Black with #04CBC8
Text Example
Text Example
White with #04CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBC8; }
p { color: rgb(4,203,200); }
H1.HeaderClassName
{
color: #04CBC8;
}
.AnyTagClassName
{
color: #04CBC8;
}
</style>
background-color css
<style>
a { background-color: #04CBC8; }
a { background-color: rgb(4,203,200); }
div.DivClassName
{
background-color: #04CBC8;
}
.BgClassName
{
background-color: #04CBC8;
}
</style>
border-color css
<style>
span { border-color: #04CBC8; }
span { border-color: rgb(4,203,200); }
td.TdClassName
{
border-color: #04CBC8;
}
.TagClassName
{
border-color: #04CBC8;
}
</style>