Shades of Robin's Egg Blue #00CBCB
Tints of Robin's Egg Blue #00CBCB
RGB
CMYK
RGB Variations
Color information
#00CBCB (or 0x00CBCB) is known color: Robin's Egg Blue. HEX triplet: 00, CB and CB. RGB value is (0,203,203). Sum of RGB (Red+Green+Blue) = 0+203+203=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #00CBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBCB is #FF3434. Grayscale: #8E8E8E. Windows color (decimal): -16725045 or 13355776. OLE color: 13355776.
HSL color Cylindrical-coordinate representation of color #00CBCB: hue angle of 180º 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 #00CBCB is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 0 | 203 | 203 | - |
CMYK | 1 | 0 | 0 | 0.20 |
HSL | 180º | 1% | 0.4% | - |
HSV(B) | 180º | 1% | 0.8% | - |
XYZ | 32.14 | 47.02 | 63.88 | - |
YUV | 142.3 | 162.25 | 26.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 203 | 203 | 1 | 0 | 0 | 0.20 | 180 | 1 | 0.4 |
Hex | 0 | CB | CB | 64 | 0 | 0 | 14 | B4 | 64 | 28 |
Octal | 0 | 313 | 313 | 144 | 0 | 0 | 24 | 264 | 144 | 50 |
Binary | 0 | 11001011 | 11001011 | 1100100 | 0 | 0 | 10100 | 10110100 | 1100100 | 101000 |
Color Harmonies of #00CBCB
Complementary color
Monochromatic Colors of #00CBCB
Black with #00CBCB
Text Example
Text Example
White with #00CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBCB; }
p { color: rgb(0,203,203); }
H1.HeaderClassName
{
color: #00CBCB;
}
.AnyTagClassName
{
color: #00CBCB;
}
</style>
background-color css
<style>
a { background-color: #00CBCB; }
a { background-color: rgb(0,203,203); }
div.DivClassName
{
background-color: #00CBCB;
}
.BgClassName
{
background-color: #00CBCB;
}
</style>
border-color css
<style>
span { border-color: #00CBCB; }
span { border-color: rgb(0,203,203); }
td.TdClassName
{
border-color: #00CBCB;
}
.TagClassName
{
border-color: #00CBCB;
}
</style>