Shades of Iris Blue #21B9CE
Tints of Iris Blue #21B9CE
RGB
CMYK
RGB Variations
Color information
#21B9CE (or 0x21B9CE) is known color: Iris Blue. HEX triplet: 21, B9 and CE. RGB value is (33,185,206). Sum of RGB (Red+Green+Blue) = 33+185+206=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #21B9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B9CE is #DE4631. Grayscale: #8D8D8D. Windows color (decimal): -14566962 or 13547809. OLE color: 13547809.
HSL color Cylindrical-coordinate representation of color #21B9CE: hue angle of 187.28º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B9CE is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 185 | 206 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.19 |
| HSL | 187.28º | 0.72% | 0.47% | - |
| HSV(B) | 187.28º | 0.84% | 0.81% | - |
| XYZ | 29.12 | 39.48 | 64.48 | - |
| YUV | 141.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 206 | 0.84 | 0.10 | 0 | 0.19 | 187.28 | 0.72 | 0.47 |
| Hex | 21 | B9 | CE | 54 | A | 0 | 13 | BB | 48 | 2F |
| Octal | 41 | 271 | 316 | 124 | 12 | 0 | 23 | 273 | 110 | 57 |
| Binary | 100001 | 10111001 | 11001110 | 1010100 | 1010 | 0 | 10011 | 10111011 | 1001000 | 101111 |
Color Harmonies of #21B9CE
Complementary color
Monochromatic Colors of #21B9CE
Black with #21B9CE
Text Example
Text Example
White with #21B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B9CE; }
p { color: rgb(33,185,206); }
H1.HeaderClassName
{
color: #21B9CE;
}
.AnyTagClassName
{
color: #21B9CE;
}
</style>
background-color css
<style>
a { background-color: #21B9CE; }
a { background-color: rgb(33,185,206); }
div.DivClassName
{
background-color: #21B9CE;
}
.BgClassName
{
background-color: #21B9CE;
}
</style>
border-color css
<style>
span { border-color: #21B9CE; }
span { border-color: rgb(33,185,206); }
td.TdClassName
{
border-color: #21B9CE;
}
.TagClassName
{
border-color: #21B9CE;
}
</style>