Shades of Robin's Egg Blue #04CBC9
Tints of Robin's Egg Blue #04CBC9
RGB
CMYK
RGB Variations
Color information
#04CBC9 (or 0x04CBC9) is known color: Robin's Egg Blue. HEX triplet: 04, CB and C9. RGB value is (4,203,201). Sum of RGB (Red+Green+Blue) = 4+203+201=408 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBC9 is #FB3436. Grayscale: #8F8F8F. Windows color (decimal): -16462903 or 13224708. OLE color: 13224708.
HSL color Cylindrical-coordinate representation of color #04CBC9: hue angle of 179.4º 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 #04CBC9 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 201 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.20 |
| HSL | 179.4º | 0.96% | 0.41% | - |
| HSV(B) | 179.4º | 0.98% | 0.8% | - |
| XYZ | 31.95 | 46.95 | 62.64 | - |
| YUV | 143.27 | 160.57 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 201 | 0.98 | 0 | 0.01 | 0.20 | 179.4 | 0.96 | 0.41 |
| Hex | 4 | CB | C9 | 62 | 0 | 1 | 14 | B3 | 60 | 29 |
| Octal | 4 | 313 | 311 | 142 | 0 | 1 | 24 | 263 | 140 | 51 |
| Binary | 100 | 11001011 | 11001001 | 1100010 | 0 | 1 | 10100 | 10110011 | 1100000 | 101001 |
Color Harmonies of #04CBC9
Complementary color
Monochromatic Colors of #04CBC9
Black with #04CBC9
Text Example
Text Example
White with #04CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBC9; }
p { color: rgb(4,203,201); }
H1.HeaderClassName
{
color: #04CBC9;
}
.AnyTagClassName
{
color: #04CBC9;
}
</style>
background-color css
<style>
a { background-color: #04CBC9; }
a { background-color: rgb(4,203,201); }
div.DivClassName
{
background-color: #04CBC9;
}
.BgClassName
{
background-color: #04CBC9;
}
</style>
border-color css
<style>
span { border-color: #04CBC9; }
span { border-color: rgb(4,203,201); }
td.TdClassName
{
border-color: #04CBC9;
}
.TagClassName
{
border-color: #04CBC9;
}
</style>