Shades of Iris Blue #22C2CB
Tints of Iris Blue #22C2CB
RGB
CMYK
RGB Variations
Color information
#22C2CB (or 0x22C2CB) is known color: Iris Blue. HEX triplet: 22, C2 and CB. RGB value is (34,194,203). Sum of RGB (Red+Green+Blue) = 34+194+203=431 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.89% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #22C2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C2CB is #DD3D34. Grayscale: #929292. Windows color (decimal): -14499125 or 13353506. OLE color: 13353506.
HSL color Cylindrical-coordinate representation of color #22C2CB: hue angle of 183.2º 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 #22C2CB is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 194 | 203 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.20 |
| HSL | 183.2º | 0.71% | 0.46% | - |
| HSV(B) | 183.2º | 0.83% | 0.8% | - |
| XYZ | 30.73 | 43.24 | 63.23 | - |
| YUV | 147.19 | 159.49 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 203 | 0.83 | 0.04 | 0 | 0.20 | 183.2 | 0.71 | 0.46 |
| Hex | 22 | C2 | CB | 53 | 4 | 0 | 14 | B7 | 47 | 2E |
| Octal | 42 | 302 | 313 | 123 | 4 | 0 | 24 | 267 | 107 | 56 |
| Binary | 100010 | 11000010 | 11001011 | 1010011 | 100 | 0 | 10100 | 10110111 | 1000111 | 101110 |
Color Harmonies of #22C2CB
Complementary color
Monochromatic Colors of #22C2CB
Black with #22C2CB
Text Example
Text Example
White with #22C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2CB; }
p { color: rgb(34,194,203); }
H1.HeaderClassName
{
color: #22C2CB;
}
.AnyTagClassName
{
color: #22C2CB;
}
</style>
background-color css
<style>
a { background-color: #22C2CB; }
a { background-color: rgb(34,194,203); }
div.DivClassName
{
background-color: #22C2CB;
}
.BgClassName
{
background-color: #22C2CB;
}
</style>
border-color css
<style>
span { border-color: #22C2CB; }
span { border-color: rgb(34,194,203); }
td.TdClassName
{
border-color: #22C2CB;
}
.TagClassName
{
border-color: #22C2CB;
}
</style>