Shades of Robin's Egg Blue #22CBCD
Tints of Robin's Egg Blue #22CBCD
RGB
CMYK
RGB Variations
Color information
#22CBCD (or 0x22CBCD) is known color: Robin's Egg Blue. HEX triplet: 22, CB and CD. RGB value is (34,203,205). Sum of RGB (Red+Green+Blue) = 34+203+205=442 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.69% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #22CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CBCD is #DD3432. Grayscale: #989898. Windows color (decimal): -14496819 or 13486882. OLE color: 13486882.
HSL color Cylindrical-coordinate representation of color #22CBCD: hue angle of 180.7º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CBCD is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 205 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.20 |
| HSL | 180.7º | 0.72% | 0.47% | - |
| HSV(B) | 180.7º | 0.83% | 0.8% | - |
| XYZ | 33.04 | 47.46 | 65.18 | - |
| YUV | 152.7 | 157.51 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 205 | 0.83 | 0.01 | 0 | 0.20 | 180.7 | 0.72 | 0.47 |
| Hex | 22 | CB | CD | 53 | 1 | 0 | 14 | B5 | 48 | 2F |
| Octal | 42 | 313 | 315 | 123 | 1 | 0 | 24 | 265 | 110 | 57 |
| Binary | 100010 | 11001011 | 11001101 | 1010011 | 1 | 0 | 10100 | 10110101 | 1001000 | 101111 |
Color Harmonies of #22CBCD
Complementary color
Monochromatic Colors of #22CBCD
Black with #22CBCD
Text Example
Text Example
White with #22CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CBCD; }
p { color: rgb(34,203,205); }
H1.HeaderClassName
{
color: #22CBCD;
}
.AnyTagClassName
{
color: #22CBCD;
}
</style>
background-color css
<style>
a { background-color: #22CBCD; }
a { background-color: rgb(34,203,205); }
div.DivClassName
{
background-color: #22CBCD;
}
.BgClassName
{
background-color: #22CBCD;
}
</style>
border-color css
<style>
span { border-color: #22CBCD; }
span { border-color: rgb(34,203,205); }
td.TdClassName
{
border-color: #22CBCD;
}
.TagClassName
{
border-color: #22CBCD;
}
</style>