Shades of Iris Blue #22BBCB
Tints of Iris Blue #22BBCB
RGB
CMYK
RGB Variations
Color information
#22BBCB (or 0x22BBCB) is known color: Iris Blue. HEX triplet: 22, BB and CB. RGB value is (34,187,203). Sum of RGB (Red+Green+Blue) = 34+187+203=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #22BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBCB is #DD4434. Grayscale: #8E8E8E. Windows color (decimal): -14500917 or 13351714. OLE color: 13351714.
HSL color Cylindrical-coordinate representation of color #22BBCB: hue angle of 185.68º 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 #22BBCB is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 187 | 203 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.20 |
| HSL | 185.68º | 0.71% | 0.46% | - |
| HSV(B) | 185.68º | 0.83% | 0.8% | - |
| XYZ | 29.21 | 40.19 | 62.72 | - |
| YUV | 143.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 203 | 0.83 | 0.08 | 0 | 0.20 | 185.68 | 0.71 | 0.46 |
| Hex | 22 | BB | CB | 53 | 8 | 0 | 14 | BA | 47 | 2E |
| Octal | 42 | 273 | 313 | 123 | 10 | 0 | 24 | 272 | 107 | 56 |
| Binary | 100010 | 10111011 | 11001011 | 1010011 | 1000 | 0 | 10100 | 10111010 | 1000111 | 101110 |
Color Harmonies of #22BBCB
Complementary color
Monochromatic Colors of #22BBCB
Black with #22BBCB
Text Example
Text Example
White with #22BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBCB; }
p { color: rgb(34,187,203); }
H1.HeaderClassName
{
color: #22BBCB;
}
.AnyTagClassName
{
color: #22BBCB;
}
</style>
background-color css
<style>
a { background-color: #22BBCB; }
a { background-color: rgb(34,187,203); }
div.DivClassName
{
background-color: #22BBCB;
}
.BgClassName
{
background-color: #22BBCB;
}
</style>
border-color css
<style>
span { border-color: #22BBCB; }
span { border-color: rgb(34,187,203); }
td.TdClassName
{
border-color: #22BBCB;
}
.TagClassName
{
border-color: #22BBCB;
}
</style>