Shades of Iris Blue #21BBCB
Tints of Iris Blue #21BBCB
RGB
CMYK
RGB Variations
Color information
#21BBCB (or 0x21BBCB) is known color: Iris Blue. HEX triplet: 21, BB and CB. RGB value is (33,187,203). Sum of RGB (Red+Green+Blue) = 33+187+203=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #21BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBCB is #DE4434. Grayscale: #8E8E8E. Windows color (decimal): -14566453 or 13351713. OLE color: 13351713.
HSL color Cylindrical-coordinate representation of color #21BBCB: hue angle of 185.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BBCB is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 187 | 203 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.20 |
| HSL | 185.65º | 0.72% | 0.46% | - |
| HSV(B) | 185.65º | 0.84% | 0.8% | - |
| XYZ | 29.18 | 40.18 | 62.72 | - |
| YUV | 142.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 203 | 0.84 | 0.08 | 0 | 0.20 | 185.65 | 0.72 | 0.46 |
| Hex | 21 | BB | CB | 54 | 8 | 0 | 14 | BA | 48 | 2E |
| Octal | 41 | 273 | 313 | 124 | 10 | 0 | 24 | 272 | 110 | 56 |
| Binary | 100001 | 10111011 | 11001011 | 1010100 | 1000 | 0 | 10100 | 10111010 | 1001000 | 101110 |
Color Harmonies of #21BBCB
Complementary color
Monochromatic Colors of #21BBCB
Black with #21BBCB
Text Example
Text Example
White with #21BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBCB; }
p { color: rgb(33,187,203); }
H1.HeaderClassName
{
color: #21BBCB;
}
.AnyTagClassName
{
color: #21BBCB;
}
</style>
background-color css
<style>
a { background-color: #21BBCB; }
a { background-color: rgb(33,187,203); }
div.DivClassName
{
background-color: #21BBCB;
}
.BgClassName
{
background-color: #21BBCB;
}
</style>
border-color css
<style>
span { border-color: #21BBCB; }
span { border-color: rgb(33,187,203); }
td.TdClassName
{
border-color: #21BBCB;
}
.TagClassName
{
border-color: #21BBCB;
}
</style>