Shades of Robin's Egg Blue #20CBC8
Tints of Robin's Egg Blue #20CBC8
RGB
CMYK
RGB Variations
Color information
#20CBC8 (or 0x20CBC8) is known color: Robin's Egg Blue. HEX triplet: 20, CB and C8. RGB value is (32,203,200). Sum of RGB (Red+Green+Blue) = 32+203+200=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBC8 is #DF3437. Grayscale: #979797. Windows color (decimal): -14627896 or 13159200. OLE color: 13159200.
HSL color Cylindrical-coordinate representation of color #20CBC8: hue angle of 178.95º 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 #20CBC8 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 200 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.20 |
| HSL | 178.95º | 0.73% | 0.46% | - |
| HSV(B) | 178.95º | 0.84% | 0.8% | - |
| XYZ | 32.38 | 47.19 | 62.05 | - |
| YUV | 151.53 | 155.35 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 200 | 0.84 | 0 | 0.01 | 0.20 | 178.95 | 0.73 | 0.46 |
| Hex | 20 | CB | C8 | 54 | 0 | 1 | 14 | B3 | 49 | 2E |
| Octal | 40 | 313 | 310 | 124 | 0 | 1 | 24 | 263 | 111 | 56 |
| Binary | 100000 | 11001011 | 11001000 | 1010100 | 0 | 1 | 10100 | 10110011 | 1001001 | 101110 |
Color Harmonies of #20CBC8
Complementary color
Monochromatic Colors of #20CBC8
Black with #20CBC8
Text Example
Text Example
White with #20CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBC8; }
p { color: rgb(32,203,200); }
H1.HeaderClassName
{
color: #20CBC8;
}
.AnyTagClassName
{
color: #20CBC8;
}
</style>
background-color css
<style>
a { background-color: #20CBC8; }
a { background-color: rgb(32,203,200); }
div.DivClassName
{
background-color: #20CBC8;
}
.BgClassName
{
background-color: #20CBC8;
}
</style>
border-color css
<style>
span { border-color: #20CBC8; }
span { border-color: rgb(32,203,200); }
td.TdClassName
{
border-color: #20CBC8;
}
.TagClassName
{
border-color: #20CBC8;
}
</style>