Shades of Iris Blue #21B8CB
Tints of Iris Blue #21B8CB
RGB
CMYK
RGB Variations
Color information
#21B8CB (or 0x21B8CB) is known color: Iris Blue. HEX triplet: 21, B8 and CB. RGB value is (33,184,203). Sum of RGB (Red+Green+Blue) = 33+184+203=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #21B8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B8CB is #DE4734. Grayscale: #8C8C8C. Windows color (decimal): -14567221 or 13350945. OLE color: 13350945.
HSL color Cylindrical-coordinate representation of color #21B8CB: hue angle of 186.71º 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 #21B8CB is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 184 | 203 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.20 |
| HSL | 186.71º | 0.72% | 0.46% | - |
| HSV(B) | 186.71º | 0.84% | 0.8% | - |
| XYZ | 28.55 | 38.92 | 62.51 | - |
| YUV | 141.02 | 162.97 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 203 | 0.84 | 0.09 | 0 | 0.20 | 186.71 | 0.72 | 0.46 |
| Hex | 21 | B8 | CB | 54 | 9 | 0 | 14 | BB | 48 | 2E |
| Octal | 41 | 270 | 313 | 124 | 11 | 0 | 24 | 273 | 110 | 56 |
| Binary | 100001 | 10111000 | 11001011 | 1010100 | 1001 | 0 | 10100 | 10111011 | 1001000 | 101110 |
Color Harmonies of #21B8CB
Complementary color
Monochromatic Colors of #21B8CB
Black with #21B8CB
Text Example
Text Example
White with #21B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B8CB; }
p { color: rgb(33,184,203); }
H1.HeaderClassName
{
color: #21B8CB;
}
.AnyTagClassName
{
color: #21B8CB;
}
</style>
background-color css
<style>
a { background-color: #21B8CB; }
a { background-color: rgb(33,184,203); }
div.DivClassName
{
background-color: #21B8CB;
}
.BgClassName
{
background-color: #21B8CB;
}
</style>
border-color css
<style>
span { border-color: #21B8CB; }
span { border-color: rgb(33,184,203); }
td.TdClassName
{
border-color: #21B8CB;
}
.TagClassName
{
border-color: #21B8CB;
}
</style>