Shades of Robin's Egg Blue #22C5CB
Tints of Robin's Egg Blue #22C5CB
RGB
CMYK
RGB Variations
Color information
#22C5CB (or 0x22C5CB) is known color: Robin's Egg Blue. HEX triplet: 22, C5 and CB. RGB value is (34,197,203). Sum of RGB (Red+Green+Blue) = 34+197+203=434 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.83% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #22C5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C5CB is #DD3A34. Grayscale: #949494. Windows color (decimal): -14498357 or 13354274. OLE color: 13354274.
HSL color Cylindrical-coordinate representation of color #22C5CB: hue angle of 182.13º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C5CB is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 197 | 203 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.20 |
| HSL | 182.13º | 0.71% | 0.46% | - |
| HSV(B) | 182.13º | 0.83% | 0.8% | - |
| XYZ | 31.41 | 44.58 | 63.45 | - |
| YUV | 148.95 | 158.5 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 203 | 0.83 | 0.03 | 0 | 0.20 | 182.13 | 0.71 | 0.46 |
| Hex | 22 | C5 | CB | 53 | 3 | 0 | 14 | B6 | 47 | 2E |
| Octal | 42 | 305 | 313 | 123 | 3 | 0 | 24 | 266 | 107 | 56 |
| Binary | 100010 | 11000101 | 11001011 | 1010011 | 11 | 0 | 10100 | 10110110 | 1000111 | 101110 |
Color Harmonies of #22C5CB
Complementary color
Monochromatic Colors of #22C5CB
Black with #22C5CB
Text Example
Text Example
White with #22C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C5CB; }
p { color: rgb(34,197,203); }
H1.HeaderClassName
{
color: #22C5CB;
}
.AnyTagClassName
{
color: #22C5CB;
}
</style>
background-color css
<style>
a { background-color: #22C5CB; }
a { background-color: rgb(34,197,203); }
div.DivClassName
{
background-color: #22C5CB;
}
.BgClassName
{
background-color: #22C5CB;
}
</style>
border-color css
<style>
span { border-color: #22C5CB; }
span { border-color: rgb(34,197,203); }
td.TdClassName
{
border-color: #22C5CB;
}
.TagClassName
{
border-color: #22C5CB;
}
</style>