Shades of Iris Blue #22BDC7
Tints of Iris Blue #22BDC7
RGB
CMYK
RGB Variations
Color information
#22BDC7 (or 0x22BDC7) is known color: Iris Blue. HEX triplet: 22, BD and C7. RGB value is (34,189,199). Sum of RGB (Red+Green+Blue) = 34+189+199=422 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.06% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #22BDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BDC7 is #DD4238. Grayscale: #8F8F8F. Windows color (decimal): -14500409 or 13090082. OLE color: 13090082.
HSL color Cylindrical-coordinate representation of color #22BDC7: hue angle of 183.64º 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 #22BDC7 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 189 | 199 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.22 |
| HSL | 183.64º | 0.71% | 0.46% | - |
| HSV(B) | 183.64º | 0.83% | 0.78% | - |
| XYZ | 29.17 | 40.86 | 60.38 | - |
| YUV | 143.8 | 159.15 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 199 | 0.83 | 0.05 | 0 | 0.22 | 183.64 | 0.71 | 0.46 |
| Hex | 22 | BD | C7 | 53 | 5 | 0 | 16 | B8 | 47 | 2E |
| Octal | 42 | 275 | 307 | 123 | 5 | 0 | 26 | 270 | 107 | 56 |
| Binary | 100010 | 10111101 | 11000111 | 1010011 | 101 | 0 | 10110 | 10111000 | 1000111 | 101110 |
Color Harmonies of #22BDC7
Complementary color
Monochromatic Colors of #22BDC7
Black with #22BDC7
Text Example
Text Example
White with #22BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BDC7; }
p { color: rgb(34,189,199); }
H1.HeaderClassName
{
color: #22BDC7;
}
.AnyTagClassName
{
color: #22BDC7;
}
</style>
background-color css
<style>
a { background-color: #22BDC7; }
a { background-color: rgb(34,189,199); }
div.DivClassName
{
background-color: #22BDC7;
}
.BgClassName
{
background-color: #22BDC7;
}
</style>
border-color css
<style>
span { border-color: #22BDC7; }
span { border-color: rgb(34,189,199); }
td.TdClassName
{
border-color: #22BDC7;
}
.TagClassName
{
border-color: #22BDC7;
}
</style>