Shades of Iris Blue #22BCC8
Tints of Iris Blue #22BCC8
RGB
CMYK
RGB Variations
Color information
#22BCC8 (or 0x22BCC8) is known color: Iris Blue. HEX triplet: 22, BC and C8. RGB value is (34,188,200). Sum of RGB (Red+Green+Blue) = 34+188+200=422 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.06% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #22BCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCC8 is #DD4337. Grayscale: #8F8F8F. Windows color (decimal): -14500664 or 13155362. OLE color: 13155362.
HSL color Cylindrical-coordinate representation of color #22BCC8: hue angle of 184.34º 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 #22BCC8 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 188 | 200 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.22 |
| HSL | 184.34º | 0.71% | 0.46% | - |
| HSV(B) | 184.34º | 0.83% | 0.78% | - |
| XYZ | 29.07 | 40.48 | 60.92 | - |
| YUV | 143.32 | 159.98 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 200 | 0.83 | 0.06 | 0 | 0.22 | 184.34 | 0.71 | 0.46 |
| Hex | 22 | BC | C8 | 53 | 6 | 0 | 16 | B8 | 47 | 2E |
| Octal | 42 | 274 | 310 | 123 | 6 | 0 | 26 | 270 | 107 | 56 |
| Binary | 100010 | 10111100 | 11001000 | 1010011 | 110 | 0 | 10110 | 10111000 | 1000111 | 101110 |
Color Harmonies of #22BCC8
Complementary color
Monochromatic Colors of #22BCC8
Black with #22BCC8
Text Example
Text Example
White with #22BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BCC8; }
p { color: rgb(34,188,200); }
H1.HeaderClassName
{
color: #22BCC8;
}
.AnyTagClassName
{
color: #22BCC8;
}
</style>
background-color css
<style>
a { background-color: #22BCC8; }
a { background-color: rgb(34,188,200); }
div.DivClassName
{
background-color: #22BCC8;
}
.BgClassName
{
background-color: #22BCC8;
}
</style>
border-color css
<style>
span { border-color: #22BCC8; }
span { border-color: rgb(34,188,200); }
td.TdClassName
{
border-color: #22BCC8;
}
.TagClassName
{
border-color: #22BCC8;
}
</style>