Shades of Robin's Egg Blue #20CBC7
Tints of Robin's Egg Blue #20CBC7
RGB
CMYK
RGB Variations
Color information
#20CBC7 (or 0x20CBC7) is known color: Robin's Egg Blue. HEX triplet: 20, CB and C7. RGB value is (32,203,199). Sum of RGB (Red+Green+Blue) = 32+203+199=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBC7 is #DF3438. Grayscale: #979797. Windows color (decimal): -14627897 or 13093664. OLE color: 13093664.
HSL color Cylindrical-coordinate representation of color #20CBC7: hue angle of 178.6º 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 #20CBC7 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 199 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.20 |
| HSL | 178.6º | 0.73% | 0.46% | - |
| HSV(B) | 178.6º | 0.84% | 0.8% | - |
| XYZ | 32.26 | 47.14 | 61.43 | - |
| YUV | 151.42 | 154.85 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 199 | 0.84 | 0 | 0.02 | 0.20 | 178.6 | 0.73 | 0.46 |
| Hex | 20 | CB | C7 | 54 | 0 | 2 | 14 | B3 | 49 | 2E |
| Octal | 40 | 313 | 307 | 124 | 0 | 2 | 24 | 263 | 111 | 56 |
| Binary | 100000 | 11001011 | 11000111 | 1010100 | 0 | 10 | 10100 | 10110011 | 1001001 | 101110 |
Color Harmonies of #20CBC7
Complementary color
Monochromatic Colors of #20CBC7
Black with #20CBC7
Text Example
Text Example
White with #20CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBC7; }
p { color: rgb(32,203,199); }
H1.HeaderClassName
{
color: #20CBC7;
}
.AnyTagClassName
{
color: #20CBC7;
}
</style>
background-color css
<style>
a { background-color: #20CBC7; }
a { background-color: rgb(32,203,199); }
div.DivClassName
{
background-color: #20CBC7;
}
.BgClassName
{
background-color: #20CBC7;
}
</style>
border-color css
<style>
span { border-color: #20CBC7; }
span { border-color: rgb(32,203,199); }
td.TdClassName
{
border-color: #20CBC7;
}
.TagClassName
{
border-color: #20CBC7;
}
</style>