Shades of Robin's Egg Blue #20C8CF
Tints of Robin's Egg Blue #20C8CF
RGB
CMYK
RGB Variations
Color information
#20C8CF (or 0x20C8CF) is known color: Robin's Egg Blue. HEX triplet: 20, C8 and CF. RGB value is (32,200,207). Sum of RGB (Red+Green+Blue) = 32+200+207=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #20C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C8CF is #DF3730. Grayscale: #969696. Windows color (decimal): -14628657 or 13617184. OLE color: 13617184.
HSL color Cylindrical-coordinate representation of color #20C8CF: hue angle of 182.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C8CF is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 200 | 207 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.19 |
| HSL | 182.4º | 0.73% | 0.47% | - |
| HSV(B) | 182.4º | 0.85% | 0.81% | - |
| XYZ | 32.51 | 46.12 | 66.22 | - |
| YUV | 150.57 | 159.84 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 207 | 0.85 | 0.03 | 0 | 0.19 | 182.4 | 0.73 | 0.47 |
| Hex | 20 | C8 | CF | 55 | 3 | 0 | 13 | B6 | 49 | 2F |
| Octal | 40 | 310 | 317 | 125 | 3 | 0 | 23 | 266 | 111 | 57 |
| Binary | 100000 | 11001000 | 11001111 | 1010101 | 11 | 0 | 10011 | 10110110 | 1001001 | 101111 |
Color Harmonies of #20C8CF
Complementary color
Monochromatic Colors of #20C8CF
Black with #20C8CF
Text Example
Text Example
White with #20C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C8CF; }
p { color: rgb(32,200,207); }
H1.HeaderClassName
{
color: #20C8CF;
}
.AnyTagClassName
{
color: #20C8CF;
}
</style>
background-color css
<style>
a { background-color: #20C8CF; }
a { background-color: rgb(32,200,207); }
div.DivClassName
{
background-color: #20C8CF;
}
.BgClassName
{
background-color: #20C8CF;
}
</style>
border-color css
<style>
span { border-color: #20C8CF; }
span { border-color: rgb(32,200,207); }
td.TdClassName
{
border-color: #20C8CF;
}
.TagClassName
{
border-color: #20C8CF;
}
</style>