Shades of Iris Blue #22BCCD
Tints of Iris Blue #22BCCD
RGB
CMYK
RGB Variations
Color information
#22BCCD (or 0x22BCCD) is known color: Iris Blue. HEX triplet: 22, BC and CD. RGB value is (34,188,205). Sum of RGB (Red+Green+Blue) = 34+188+205=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #22BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCCD is #DD4332. Grayscale: #8F8F8F. Windows color (decimal): -14500659 or 13483042. OLE color: 13483042.
HSL color Cylindrical-coordinate representation of color #22BCCD: hue angle of 185.96º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BCCD is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 188 | 205 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.20 |
| HSL | 185.96º | 0.72% | 0.47% | - |
| HSV(B) | 185.96º | 0.83% | 0.8% | - |
| XYZ | 29.66 | 40.71 | 64.05 | - |
| YUV | 143.89 | 162.48 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 205 | 0.83 | 0.08 | 0 | 0.20 | 185.96 | 0.72 | 0.47 |
| Hex | 22 | BC | CD | 53 | 8 | 0 | 14 | BA | 48 | 2F |
| Octal | 42 | 274 | 315 | 123 | 10 | 0 | 24 | 272 | 110 | 57 |
| Binary | 100010 | 10111100 | 11001101 | 1010011 | 1000 | 0 | 10100 | 10111010 | 1001000 | 101111 |
Color Harmonies of #22BCCD
Complementary color
Monochromatic Colors of #22BCCD
Black with #22BCCD
Text Example
Text Example
White with #22BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BCCD; }
p { color: rgb(34,188,205); }
H1.HeaderClassName
{
color: #22BCCD;
}
.AnyTagClassName
{
color: #22BCCD;
}
</style>
background-color css
<style>
a { background-color: #22BCCD; }
a { background-color: rgb(34,188,205); }
div.DivClassName
{
background-color: #22BCCD;
}
.BgClassName
{
background-color: #22BCCD;
}
</style>
border-color css
<style>
span { border-color: #22BCCD; }
span { border-color: rgb(34,188,205); }
td.TdClassName
{
border-color: #22BCCD;
}
.TagClassName
{
border-color: #22BCCD;
}
</style>