Shades of Robin's Egg Blue #22C5CF
Tints of Robin's Egg Blue #22C5CF
RGB
CMYK
RGB Variations
Color information
#22C5CF (or 0x22C5CF) is known color: Robin's Egg Blue. HEX triplet: 22, C5 and CF. RGB value is (34,197,207). Sum of RGB (Red+Green+Blue) = 34+197+207=438 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.76% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #22C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C5CF is #DD3A30. Grayscale: #959595. Windows color (decimal): -14498353 or 13616418. OLE color: 13616418.
HSL color Cylindrical-coordinate representation of color #22C5CF: hue angle of 183.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22C5CF is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 197 | 207 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.19 |
| HSL | 183.47º | 0.72% | 0.47% | - |
| HSV(B) | 183.47º | 0.84% | 0.81% | - |
| XYZ | 31.89 | 44.78 | 65.99 | - |
| YUV | 149.4 | 160.5 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 207 | 0.84 | 0.05 | 0 | 0.19 | 183.47 | 0.72 | 0.47 |
| Hex | 22 | C5 | CF | 54 | 5 | 0 | 13 | B7 | 48 | 2F |
| Octal | 42 | 305 | 317 | 124 | 5 | 0 | 23 | 267 | 110 | 57 |
| Binary | 100010 | 11000101 | 11001111 | 1010100 | 101 | 0 | 10011 | 10110111 | 1001000 | 101111 |
Color Harmonies of #22C5CF
Complementary color
Monochromatic Colors of #22C5CF
Black with #22C5CF
Text Example
Text Example
White with #22C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C5CF; }
p { color: rgb(34,197,207); }
H1.HeaderClassName
{
color: #22C5CF;
}
.AnyTagClassName
{
color: #22C5CF;
}
</style>
background-color css
<style>
a { background-color: #22C5CF; }
a { background-color: rgb(34,197,207); }
div.DivClassName
{
background-color: #22C5CF;
}
.BgClassName
{
background-color: #22C5CF;
}
</style>
border-color css
<style>
span { border-color: #22C5CF; }
span { border-color: rgb(34,197,207); }
td.TdClassName
{
border-color: #22C5CF;
}
.TagClassName
{
border-color: #22C5CF;
}
</style>