Shades of Robin's Egg Blue #22C5CA
Tints of Robin's Egg Blue #22C5CA
RGB
CMYK
RGB Variations
Color information
#22C5CA (or 0x22C5CA) is known color: Robin's Egg Blue. HEX triplet: 22, C5 and CA. RGB value is (34,197,202). Sum of RGB (Red+Green+Blue) = 34+197+202=433 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.85% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #22C5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C5CA is #DD3A35. Grayscale: #949494. Windows color (decimal): -14498358 or 13288738. OLE color: 13288738.
HSL color Cylindrical-coordinate representation of color #22C5CA: hue angle of 181.79º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C5CA is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 197 | 202 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.21 |
| HSL | 181.79º | 0.71% | 0.46% | - |
| HSV(B) | 181.79º | 0.83% | 0.79% | - |
| XYZ | 31.29 | 44.54 | 62.82 | - |
| YUV | 148.83 | 158 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 202 | 0.83 | 0.02 | 0 | 0.21 | 181.79 | 0.71 | 0.46 |
| Hex | 22 | C5 | CA | 53 | 2 | 0 | 15 | B6 | 47 | 2E |
| Octal | 42 | 305 | 312 | 123 | 2 | 0 | 25 | 266 | 107 | 56 |
| Binary | 100010 | 11000101 | 11001010 | 1010011 | 10 | 0 | 10101 | 10110110 | 1000111 | 101110 |
Color Harmonies of #22C5CA
Complementary color
Monochromatic Colors of #22C5CA
Black with #22C5CA
Text Example
Text Example
White with #22C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C5CA; }
p { color: rgb(34,197,202); }
H1.HeaderClassName
{
color: #22C5CA;
}
.AnyTagClassName
{
color: #22C5CA;
}
</style>
background-color css
<style>
a { background-color: #22C5CA; }
a { background-color: rgb(34,197,202); }
div.DivClassName
{
background-color: #22C5CA;
}
.BgClassName
{
background-color: #22C5CA;
}
</style>
border-color css
<style>
span { border-color: #22C5CA; }
span { border-color: rgb(34,197,202); }
td.TdClassName
{
border-color: #22C5CA;
}
.TagClassName
{
border-color: #22C5CA;
}
</style>