Shades of Iris Blue #22B7CB
Tints of Iris Blue #22B7CB
RGB
CMYK
RGB Variations
Color information
#22B7CB (or 0x22B7CB) is known color: Iris Blue. HEX triplet: 22, B7 and CB. RGB value is (34,183,203). Sum of RGB (Red+Green+Blue) = 34+183+203=420 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.10% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #22B7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22B7CB is #DD4834. Grayscale: #8C8C8C. Windows color (decimal): -14501941 or 13350690. OLE color: 13350690.
HSL color Cylindrical-coordinate representation of color #22B7CB: hue angle of 187.1º 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 #22B7CB is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 183 | 203 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.20 |
| HSL | 187.1º | 0.71% | 0.46% | - |
| HSV(B) | 187.1º | 0.83% | 0.8% | - |
| XYZ | 28.37 | 38.52 | 62.44 | - |
| YUV | 140.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 183 | 203 | 0.83 | 0.10 | 0 | 0.20 | 187.1 | 0.71 | 0.46 |
| Hex | 22 | B7 | CB | 53 | A | 0 | 14 | BB | 47 | 2E |
| Octal | 42 | 267 | 313 | 123 | 12 | 0 | 24 | 273 | 107 | 56 |
| Binary | 100010 | 10110111 | 11001011 | 1010011 | 1010 | 0 | 10100 | 10111011 | 1000111 | 101110 |
Color Harmonies of #22B7CB
Complementary color
Monochromatic Colors of #22B7CB
Black with #22B7CB
Text Example
Text Example
White with #22B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B7CB; }
p { color: rgb(34,183,203); }
H1.HeaderClassName
{
color: #22B7CB;
}
.AnyTagClassName
{
color: #22B7CB;
}
</style>
background-color css
<style>
a { background-color: #22B7CB; }
a { background-color: rgb(34,183,203); }
div.DivClassName
{
background-color: #22B7CB;
}
.BgClassName
{
background-color: #22B7CB;
}
</style>
border-color css
<style>
span { border-color: #22B7CB; }
span { border-color: rgb(34,183,203); }
td.TdClassName
{
border-color: #22B7CB;
}
.TagClassName
{
border-color: #22B7CB;
}
</style>