Shades of Robin's Egg Blue #21CBCB
Tints of Robin's Egg Blue #21CBCB
RGB
CMYK
RGB Variations
Color information
#21CBCB (or 0x21CBCB) is known color: Robin's Egg Blue. HEX triplet: 21, CB and CB. RGB value is (33,203,203). Sum of RGB (Red+Green+Blue) = 33+203+203=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #21CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBCB is #DE3434. Grayscale: #989898. Windows color (decimal): -14562357 or 13355809. OLE color: 13355809.
HSL color Cylindrical-coordinate representation of color #21CBCB: hue angle of 180º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CBCB is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 203 | - |
| CMYK | 0.84 | 0 | 0 | 0.20 |
| HSL | 180º | 0.72% | 0.46% | - |
| HSV(B) | 180º | 0.84% | 0.8% | - |
| XYZ | 32.76 | 47.35 | 63.91 | - |
| YUV | 152.17 | 156.68 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 203 | 0.84 | 0 | 0 | 0.20 | 180 | 0.72 | 0.46 |
| Hex | 21 | CB | CB | 54 | 0 | 0 | 14 | B4 | 48 | 2E |
| Octal | 41 | 313 | 313 | 124 | 0 | 0 | 24 | 264 | 110 | 56 |
| Binary | 100001 | 11001011 | 11001011 | 1010100 | 0 | 0 | 10100 | 10110100 | 1001000 | 101110 |
Color Harmonies of #21CBCB
Complementary color
Monochromatic Colors of #21CBCB
Black with #21CBCB
Text Example
Text Example
White with #21CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBCB; }
p { color: rgb(33,203,203); }
H1.HeaderClassName
{
color: #21CBCB;
}
.AnyTagClassName
{
color: #21CBCB;
}
</style>
background-color css
<style>
a { background-color: #21CBCB; }
a { background-color: rgb(33,203,203); }
div.DivClassName
{
background-color: #21CBCB;
}
.BgClassName
{
background-color: #21CBCB;
}
</style>
border-color css
<style>
span { border-color: #21CBCB; }
span { border-color: rgb(33,203,203); }
td.TdClassName
{
border-color: #21CBCB;
}
.TagClassName
{
border-color: #21CBCB;
}
</style>