Shades of Robin's Egg Blue #00CBCA
Tints of Robin's Egg Blue #00CBCA
RGB
CMYK
RGB Variations
Color information
#00CBCA (or 0x00CBCA) is known color: Robin's Egg Blue. HEX triplet: 00, CB and CA. RGB value is (0,203,202). Sum of RGB (Red+Green+Blue) = 0+203+202=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBCA is #FF3435. Grayscale: #8D8D8D. Windows color (decimal): -16725046 or 13290240. OLE color: 13290240.
HSL color Cylindrical-coordinate representation of color #00CBCA: hue angle of 179.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBCA is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 202 | - |
| CMYK | 1 | 0 | 0.00 | 0.20 |
| HSL | 179.7º | 1% | 0.4% | - |
| HSV(B) | 179.7º | 1% | 0.8% | - |
| XYZ | 32.02 | 46.98 | 63.26 | - |
| YUV | 142.19 | 161.75 | 26.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 202 | 1 | 0 | 0.00 | 0.20 | 179.7 | 1 | 0.4 |
| Hex | 0 | CB | CA | 64 | 0 | 0 | 14 | B4 | 64 | 28 |
| Octal | 0 | 313 | 312 | 144 | 0 | 0 | 24 | 264 | 144 | 50 |
| Binary | 0 | 11001011 | 11001010 | 1100100 | 0 | 0 | 10100 | 10110100 | 1100100 | 101000 |
Color Harmonies of #00CBCA
Complementary color
Monochromatic Colors of #00CBCA
Black with #00CBCA
Text Example
Text Example
White with #00CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBCA; }
p { color: rgb(0,203,202); }
H1.HeaderClassName
{
color: #00CBCA;
}
.AnyTagClassName
{
color: #00CBCA;
}
</style>
background-color css
<style>
a { background-color: #00CBCA; }
a { background-color: rgb(0,203,202); }
div.DivClassName
{
background-color: #00CBCA;
}
.BgClassName
{
background-color: #00CBCA;
}
</style>
border-color css
<style>
span { border-color: #00CBCA; }
span { border-color: rgb(0,203,202); }
td.TdClassName
{
border-color: #00CBCA;
}
.TagClassName
{
border-color: #00CBCA;
}
</style>