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