Shades of Iris Blue #22C2CD
Tints of Iris Blue #22C2CD
RGB
CMYK
RGB Variations
Color information
#22C2CD (or 0x22C2CD) is known color: Iris Blue. HEX triplet: 22, C2 and CD. RGB value is (34,194,205). Sum of RGB (Red+Green+Blue) = 34+194+205=433 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.85% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #22C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C2CD is #DD3D32. Grayscale: #939393. Windows color (decimal): -14499123 or 13484578. OLE color: 13484578.
HSL color Cylindrical-coordinate representation of color #22C2CD: hue angle of 183.86º 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 #22C2CD is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 194 | 205 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.20 |
| HSL | 183.86º | 0.72% | 0.47% | - |
| HSV(B) | 183.86º | 0.83% | 0.8% | - |
| XYZ | 30.97 | 43.33 | 64.49 | - |
| YUV | 147.41 | 160.49 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 205 | 0.83 | 0.05 | 0 | 0.20 | 183.86 | 0.72 | 0.47 |
| Hex | 22 | C2 | CD | 53 | 5 | 0 | 14 | B8 | 48 | 2F |
| Octal | 42 | 302 | 315 | 123 | 5 | 0 | 24 | 270 | 110 | 57 |
| Binary | 100010 | 11000010 | 11001101 | 1010011 | 101 | 0 | 10100 | 10111000 | 1001000 | 101111 |
Color Harmonies of #22C2CD
Complementary color
Monochromatic Colors of #22C2CD
Black with #22C2CD
Text Example
Text Example
White with #22C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2CD; }
p { color: rgb(34,194,205); }
H1.HeaderClassName
{
color: #22C2CD;
}
.AnyTagClassName
{
color: #22C2CD;
}
</style>
background-color css
<style>
a { background-color: #22C2CD; }
a { background-color: rgb(34,194,205); }
div.DivClassName
{
background-color: #22C2CD;
}
.BgClassName
{
background-color: #22C2CD;
}
</style>
border-color css
<style>
span { border-color: #22C2CD; }
span { border-color: rgb(34,194,205); }
td.TdClassName
{
border-color: #22C2CD;
}
.TagClassName
{
border-color: #22C2CD;
}
</style>