Shades of Robin's Egg Blue #20CBCD
Tints of Robin's Egg Blue #20CBCD
RGB
CMYK
RGB Variations
Color information
#20CBCD (or 0x20CBCD) is known color: Robin's Egg Blue. HEX triplet: 20, CB and CD. RGB value is (32,203,205). Sum of RGB (Red+Green+Blue) = 32+203+205=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #20CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBCD is #DF3432. Grayscale: #979797. Windows color (decimal): -14627891 or 13486880. OLE color: 13486880.
HSL color Cylindrical-coordinate representation of color #20CBCD: hue angle of 180.69º 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 #20CBCD is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 205 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.20 |
| HSL | 180.69º | 0.73% | 0.46% | - |
| HSV(B) | 180.69º | 0.84% | 0.8% | - |
| XYZ | 32.97 | 47.43 | 65.17 | - |
| YUV | 152.1 | 157.85 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 205 | 0.84 | 0.01 | 0 | 0.20 | 180.69 | 0.73 | 0.46 |
| Hex | 20 | CB | CD | 54 | 1 | 0 | 14 | B5 | 49 | 2E |
| Octal | 40 | 313 | 315 | 124 | 1 | 0 | 24 | 265 | 111 | 56 |
| Binary | 100000 | 11001011 | 11001101 | 1010100 | 1 | 0 | 10100 | 10110101 | 1001001 | 101110 |
Color Harmonies of #20CBCD
Complementary color
Monochromatic Colors of #20CBCD
Black with #20CBCD
Text Example
Text Example
White with #20CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBCD; }
p { color: rgb(32,203,205); }
H1.HeaderClassName
{
color: #20CBCD;
}
.AnyTagClassName
{
color: #20CBCD;
}
</style>
background-color css
<style>
a { background-color: #20CBCD; }
a { background-color: rgb(32,203,205); }
div.DivClassName
{
background-color: #20CBCD;
}
.BgClassName
{
background-color: #20CBCD;
}
</style>
border-color css
<style>
span { border-color: #20CBCD; }
span { border-color: rgb(32,203,205); }
td.TdClassName
{
border-color: #20CBCD;
}
.TagClassName
{
border-color: #20CBCD;
}
</style>