Shades of Iris Blue #22C2CA
Tints of Iris Blue #22C2CA
RGB
CMYK
RGB Variations
Color information
#22C2CA (or 0x22C2CA) is known color: Iris Blue. HEX triplet: 22, C2 and CA. RGB value is (34,194,202). Sum of RGB (Red+Green+Blue) = 34+194+202=430 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.91% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #22C2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C2CA is #DD3D35. Grayscale: #929292. Windows color (decimal): -14499126 or 13287970. OLE color: 13287970.
HSL color Cylindrical-coordinate representation of color #22C2CA: hue angle of 182.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C2CA is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 194 | 202 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.21 |
| HSL | 182.86º | 0.71% | 0.46% | - |
| HSV(B) | 182.86º | 0.83% | 0.79% | - |
| XYZ | 30.61 | 43.19 | 62.6 | - |
| YUV | 147.07 | 158.99 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 202 | 0.83 | 0.04 | 0 | 0.21 | 182.86 | 0.71 | 0.46 |
| Hex | 22 | C2 | CA | 53 | 4 | 0 | 15 | B7 | 47 | 2E |
| Octal | 42 | 302 | 312 | 123 | 4 | 0 | 25 | 267 | 107 | 56 |
| Binary | 100010 | 11000010 | 11001010 | 1010011 | 100 | 0 | 10101 | 10110111 | 1000111 | 101110 |
Color Harmonies of #22C2CA
Complementary color
Monochromatic Colors of #22C2CA
Black with #22C2CA
Text Example
Text Example
White with #22C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2CA; }
p { color: rgb(34,194,202); }
H1.HeaderClassName
{
color: #22C2CA;
}
.AnyTagClassName
{
color: #22C2CA;
}
</style>
background-color css
<style>
a { background-color: #22C2CA; }
a { background-color: rgb(34,194,202); }
div.DivClassName
{
background-color: #22C2CA;
}
.BgClassName
{
background-color: #22C2CA;
}
</style>
border-color css
<style>
span { border-color: #22C2CA; }
span { border-color: rgb(34,194,202); }
td.TdClassName
{
border-color: #22C2CA;
}
.TagClassName
{
border-color: #22C2CA;
}
</style>