Shades of Robin's Egg Blue #04CBCE
Tints of Robin's Egg Blue #04CBCE
RGB
CMYK
RGB Variations
Color information
#04CBCE (or 0x04CBCE) is known color: Robin's Egg Blue. HEX triplet: 04, CB and CE. RGB value is (4,203,206). Sum of RGB (Red+Green+Blue) = 4+203+206=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #04CBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBCE is #FB3431. Grayscale: #8F8F8F. Windows color (decimal): -16462898 or 13552388. OLE color: 13552388.
HSL color Cylindrical-coordinate representation of color #04CBCE: hue angle of 180.89º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBCE is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 203 | 206 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.19 |
| HSL | 180.89º | 0.96% | 0.41% | - |
| HSV(B) | 180.89º | 0.98% | 0.81% | - |
| XYZ | 32.55 | 47.19 | 65.79 | - |
| YUV | 143.84 | 163.07 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 206 | 0.98 | 0.01 | 0 | 0.19 | 180.89 | 0.96 | 0.41 |
| Hex | 4 | CB | CE | 62 | 1 | 0 | 13 | B5 | 60 | 29 |
| Octal | 4 | 313 | 316 | 142 | 1 | 0 | 23 | 265 | 140 | 51 |
| Binary | 100 | 11001011 | 11001110 | 1100010 | 1 | 0 | 10011 | 10110101 | 1100000 | 101001 |
Color Harmonies of #04CBCE
Complementary color
Monochromatic Colors of #04CBCE
Black with #04CBCE
Text Example
Text Example
White with #04CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBCE; }
p { color: rgb(4,203,206); }
H1.HeaderClassName
{
color: #04CBCE;
}
.AnyTagClassName
{
color: #04CBCE;
}
</style>
background-color css
<style>
a { background-color: #04CBCE; }
a { background-color: rgb(4,203,206); }
div.DivClassName
{
background-color: #04CBCE;
}
.BgClassName
{
background-color: #04CBCE;
}
</style>
border-color css
<style>
span { border-color: #04CBCE; }
span { border-color: rgb(4,203,206); }
td.TdClassName
{
border-color: #04CBCE;
}
.TagClassName
{
border-color: #04CBCE;
}
</style>