Shades of Iris Blue #22BBC7
Tints of Iris Blue #22BBC7
RGB
CMYK
RGB Variations
Color information
#22BBC7 (or 0x22BBC7) is known color: Iris Blue. HEX triplet: 22, BB and C7. RGB value is (34,187,199). Sum of RGB (Red+Green+Blue) = 34+187+199=420 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.10% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #22BBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBC7 is #DD4438. Grayscale: #8E8E8E. Windows color (decimal): -14500921 or 13089570. OLE color: 13089570.
HSL color Cylindrical-coordinate representation of color #22BBC7: hue angle of 184.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BBC7 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 187 | 199 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.22 |
| HSL | 184.36º | 0.71% | 0.46% | - |
| HSV(B) | 184.36º | 0.83% | 0.78% | - |
| XYZ | 28.74 | 40 | 60.24 | - |
| YUV | 142.62 | 159.81 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 199 | 0.83 | 0.06 | 0 | 0.22 | 184.36 | 0.71 | 0.46 |
| Hex | 22 | BB | C7 | 53 | 6 | 0 | 16 | B8 | 47 | 2E |
| Octal | 42 | 273 | 307 | 123 | 6 | 0 | 26 | 270 | 107 | 56 |
| Binary | 100010 | 10111011 | 11000111 | 1010011 | 110 | 0 | 10110 | 10111000 | 1000111 | 101110 |
Color Harmonies of #22BBC7
Complementary color
Monochromatic Colors of #22BBC7
Black with #22BBC7
Text Example
Text Example
White with #22BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBC7; }
p { color: rgb(34,187,199); }
H1.HeaderClassName
{
color: #22BBC7;
}
.AnyTagClassName
{
color: #22BBC7;
}
</style>
background-color css
<style>
a { background-color: #22BBC7; }
a { background-color: rgb(34,187,199); }
div.DivClassName
{
background-color: #22BBC7;
}
.BgClassName
{
background-color: #22BBC7;
}
</style>
border-color css
<style>
span { border-color: #22BBC7; }
span { border-color: rgb(34,187,199); }
td.TdClassName
{
border-color: #22BBC7;
}
.TagClassName
{
border-color: #22BBC7;
}
</style>