Shades of Robin's Egg Blue #20CBCB
Tints of Robin's Egg Blue #20CBCB
RGB
CMYK
RGB Variations
Color information
#20CBCB (or 0x20CBCB) is known color: Robin's Egg Blue. HEX triplet: 20, CB and CB. RGB value is (32,203,203). Sum of RGB (Red+Green+Blue) = 32+203+203=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #20CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBCB is #DF3434. Grayscale: #979797. Windows color (decimal): -14627893 or 13355808. OLE color: 13355808.
HSL color Cylindrical-coordinate representation of color #20CBCB: hue angle of 180º degrees, saturation: 0.73, 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 #20CBCB is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 203 | - |
| CMYK | 0.84 | 0 | 0 | 0.20 |
| HSL | 180º | 0.73% | 0.46% | - |
| HSV(B) | 180º | 0.84% | 0.8% | - |
| XYZ | 32.73 | 47.33 | 63.91 | - |
| YUV | 151.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 203 | 0.84 | 0 | 0 | 0.20 | 180 | 0.73 | 0.46 |
| Hex | 20 | CB | CB | 54 | 0 | 0 | 14 | B4 | 49 | 2E |
| Octal | 40 | 313 | 313 | 124 | 0 | 0 | 24 | 264 | 111 | 56 |
| Binary | 100000 | 11001011 | 11001011 | 1010100 | 0 | 0 | 10100 | 10110100 | 1001001 | 101110 |
Color Harmonies of #20CBCB
Complementary color
Monochromatic Colors of #20CBCB
Black with #20CBCB
Text Example
Text Example
White with #20CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBCB; }
p { color: rgb(32,203,203); }
H1.HeaderClassName
{
color: #20CBCB;
}
.AnyTagClassName
{
color: #20CBCB;
}
</style>
background-color css
<style>
a { background-color: #20CBCB; }
a { background-color: rgb(32,203,203); }
div.DivClassName
{
background-color: #20CBCB;
}
.BgClassName
{
background-color: #20CBCB;
}
</style>
border-color css
<style>
span { border-color: #20CBCB; }
span { border-color: rgb(32,203,203); }
td.TdClassName
{
border-color: #20CBCB;
}
.TagClassName
{
border-color: #20CBCB;
}
</style>