Shades of Iris Blue #22B2C9
Tints of Iris Blue #22B2C9
RGB
CMYK
RGB Variations
Color information
#22B2C9 (or 0x22B2C9) is known color: Iris Blue. HEX triplet: 22, B2 and C9. RGB value is (34,178,201). Sum of RGB (Red+Green+Blue) = 34+178+201=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #22B2C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22B2C9 is #DD4D36. Grayscale: #898989. Windows color (decimal): -14503223 or 13218338. OLE color: 13218338.
HSL color Cylindrical-coordinate representation of color #22B2C9: hue angle of 188.26º 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 #22B2C9 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 178 | 201 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.21 |
| HSL | 188.26º | 0.71% | 0.46% | - |
| HSV(B) | 188.26º | 0.83% | 0.79% | - |
| XYZ | 27.12 | 36.4 | 60.85 | - |
| YUV | 137.57 | 163.79 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 178 | 201 | 0.83 | 0.11 | 0 | 0.21 | 188.26 | 0.71 | 0.46 |
| Hex | 22 | B2 | C9 | 53 | B | 0 | 15 | BC | 47 | 2E |
| Octal | 42 | 262 | 311 | 123 | 13 | 0 | 25 | 274 | 107 | 56 |
| Binary | 100010 | 10110010 | 11001001 | 1010011 | 1011 | 0 | 10101 | 10111100 | 1000111 | 101110 |
Color Harmonies of #22B2C9
Complementary color
Monochromatic Colors of #22B2C9
Black with #22B2C9
Text Example
Text Example
White with #22B2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B2C9; }
p { color: rgb(34,178,201); }
H1.HeaderClassName
{
color: #22B2C9;
}
.AnyTagClassName
{
color: #22B2C9;
}
</style>
background-color css
<style>
a { background-color: #22B2C9; }
a { background-color: rgb(34,178,201); }
div.DivClassName
{
background-color: #22B2C9;
}
.BgClassName
{
background-color: #22B2C9;
}
</style>
border-color css
<style>
span { border-color: #22B2C9; }
span { border-color: rgb(34,178,201); }
td.TdClassName
{
border-color: #22B2C9;
}
.TagClassName
{
border-color: #22B2C9;
}
</style>