Shades of Robin's Egg Blue #04CBC7
Tints of Robin's Egg Blue #04CBC7
RGB
CMYK
RGB Variations
Color information
#04CBC7 (or 0x04CBC7) is known color: Robin's Egg Blue. HEX triplet: 04, CB and C7. RGB value is (4,203,199). Sum of RGB (Red+Green+Blue) = 4+203+199=406 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBC7 is #FB3438. Grayscale: #8E8E8E. Windows color (decimal): -16462905 or 13093636. OLE color: 13093636.
HSL color Cylindrical-coordinate representation of color #04CBC7: hue angle of 178.79º 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 #04CBC7 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 199 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.20 |
| HSL | 178.79º | 0.96% | 0.41% | - |
| HSV(B) | 178.79º | 0.98% | 0.8% | - |
| XYZ | 31.71 | 46.86 | 61.41 | - |
| YUV | 143.04 | 159.57 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 199 | 0.98 | 0 | 0.02 | 0.20 | 178.79 | 0.96 | 0.41 |
| Hex | 4 | CB | C7 | 62 | 0 | 2 | 14 | B3 | 60 | 29 |
| Octal | 4 | 313 | 307 | 142 | 0 | 2 | 24 | 263 | 140 | 51 |
| Binary | 100 | 11001011 | 11000111 | 1100010 | 0 | 10 | 10100 | 10110011 | 1100000 | 101001 |
Color Harmonies of #04CBC7
Complementary color
Monochromatic Colors of #04CBC7
Black with #04CBC7
Text Example
Text Example
White with #04CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBC7; }
p { color: rgb(4,203,199); }
H1.HeaderClassName
{
color: #04CBC7;
}
.AnyTagClassName
{
color: #04CBC7;
}
</style>
background-color css
<style>
a { background-color: #04CBC7; }
a { background-color: rgb(4,203,199); }
div.DivClassName
{
background-color: #04CBC7;
}
.BgClassName
{
background-color: #04CBC7;
}
</style>
border-color css
<style>
span { border-color: #04CBC7; }
span { border-color: rgb(4,203,199); }
td.TdClassName
{
border-color: #04CBC7;
}
.TagClassName
{
border-color: #04CBC7;
}
</style>