Shades of Iris Blue #22C1CB
Tints of Iris Blue #22C1CB
RGB
CMYK
RGB Variations
Color information
#22C1CB (or 0x22C1CB) is known color: Iris Blue. HEX triplet: 22, C1 and CB. RGB value is (34,193,203). Sum of RGB (Red+Green+Blue) = 34+193+203=430 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.91% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #22C1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C1CB is #DD3E34. Grayscale: #929292. Windows color (decimal): -14499381 or 13353250. OLE color: 13353250.
HSL color Cylindrical-coordinate representation of color #22C1CB: hue angle of 183.55º 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 #22C1CB is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 193 | 203 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.20 |
| HSL | 183.55º | 0.71% | 0.46% | - |
| HSV(B) | 183.55º | 0.83% | 0.8% | - |
| XYZ | 30.51 | 42.79 | 63.15 | - |
| YUV | 146.6 | 159.82 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 203 | 0.83 | 0.05 | 0 | 0.20 | 183.55 | 0.71 | 0.46 |
| Hex | 22 | C1 | CB | 53 | 5 | 0 | 14 | B8 | 47 | 2E |
| Octal | 42 | 301 | 313 | 123 | 5 | 0 | 24 | 270 | 107 | 56 |
| Binary | 100010 | 11000001 | 11001011 | 1010011 | 101 | 0 | 10100 | 10111000 | 1000111 | 101110 |
Color Harmonies of #22C1CB
Complementary color
Monochromatic Colors of #22C1CB
Black with #22C1CB
Text Example
Text Example
White with #22C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C1CB; }
p { color: rgb(34,193,203); }
H1.HeaderClassName
{
color: #22C1CB;
}
.AnyTagClassName
{
color: #22C1CB;
}
</style>
background-color css
<style>
a { background-color: #22C1CB; }
a { background-color: rgb(34,193,203); }
div.DivClassName
{
background-color: #22C1CB;
}
.BgClassName
{
background-color: #22C1CB;
}
</style>
border-color css
<style>
span { border-color: #22C1CB; }
span { border-color: rgb(34,193,203); }
td.TdClassName
{
border-color: #22C1CB;
}
.TagClassName
{
border-color: #22C1CB;
}
</style>