Shades of Iris Blue #22BBCE
Tints of Iris Blue #22BBCE
RGB
CMYK
RGB Variations
Color information
#22BBCE (or 0x22BBCE) is known color: Iris Blue. HEX triplet: 22, BB and CE. RGB value is (34,187,206). Sum of RGB (Red+Green+Blue) = 34+187+206=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #22BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBCE is #DD4431. Grayscale: #8F8F8F. Windows color (decimal): -14500914 or 13548322. OLE color: 13548322.
HSL color Cylindrical-coordinate representation of color #22BBCE: hue angle of 186.63º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BBCE is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 187 | 206 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.19 |
| HSL | 186.63º | 0.72% | 0.47% | - |
| HSV(B) | 186.63º | 0.83% | 0.81% | - |
| XYZ | 29.57 | 40.34 | 64.62 | - |
| YUV | 143.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 206 | 0.83 | 0.09 | 0 | 0.19 | 186.63 | 0.72 | 0.47 |
| Hex | 22 | BB | CE | 53 | 9 | 0 | 13 | BB | 48 | 2F |
| Octal | 42 | 273 | 316 | 123 | 11 | 0 | 23 | 273 | 110 | 57 |
| Binary | 100010 | 10111011 | 11001110 | 1010011 | 1001 | 0 | 10011 | 10111011 | 1001000 | 101111 |
Color Harmonies of #22BBCE
Complementary color
Monochromatic Colors of #22BBCE
Black with #22BBCE
Text Example
Text Example
White with #22BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBCE; }
p { color: rgb(34,187,206); }
H1.HeaderClassName
{
color: #22BBCE;
}
.AnyTagClassName
{
color: #22BBCE;
}
</style>
background-color css
<style>
a { background-color: #22BBCE; }
a { background-color: rgb(34,187,206); }
div.DivClassName
{
background-color: #22BBCE;
}
.BgClassName
{
background-color: #22BBCE;
}
</style>
border-color css
<style>
span { border-color: #22BBCE; }
span { border-color: rgb(34,187,206); }
td.TdClassName
{
border-color: #22BBCE;
}
.TagClassName
{
border-color: #22BBCE;
}
</style>