Shades of Iris Blue #21C0CB
Tints of Iris Blue #21C0CB
RGB
CMYK
RGB Variations
Color information
#21C0CB (or 0x21C0CB) is known color: Iris Blue. HEX triplet: 21, C0 and CB. RGB value is (33,192,203). Sum of RGB (Red+Green+Blue) = 33+192+203=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #21C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C0CB is #DE3F34. Grayscale: #919191. Windows color (decimal): -14565173 or 13352993. OLE color: 13352993.
HSL color Cylindrical-coordinate representation of color #21C0CB: hue angle of 183.88º 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 #21C0CB is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 192 | 203 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.20 |
| HSL | 183.88º | 0.72% | 0.46% | - |
| HSV(B) | 183.88º | 0.84% | 0.8% | - |
| XYZ | 30.26 | 42.33 | 63.08 | - |
| YUV | 145.71 | 160.32 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 203 | 0.84 | 0.05 | 0 | 0.20 | 183.88 | 0.72 | 0.46 |
| Hex | 21 | C0 | CB | 54 | 5 | 0 | 14 | B8 | 48 | 2E |
| Octal | 41 | 300 | 313 | 124 | 5 | 0 | 24 | 270 | 110 | 56 |
| Binary | 100001 | 11000000 | 11001011 | 1010100 | 101 | 0 | 10100 | 10111000 | 1001000 | 101110 |
Color Harmonies of #21C0CB
Complementary color
Monochromatic Colors of #21C0CB
Black with #21C0CB
Text Example
Text Example
White with #21C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C0CB; }
p { color: rgb(33,192,203); }
H1.HeaderClassName
{
color: #21C0CB;
}
.AnyTagClassName
{
color: #21C0CB;
}
</style>
background-color css
<style>
a { background-color: #21C0CB; }
a { background-color: rgb(33,192,203); }
div.DivClassName
{
background-color: #21C0CB;
}
.BgClassName
{
background-color: #21C0CB;
}
</style>
border-color css
<style>
span { border-color: #21C0CB; }
span { border-color: rgb(33,192,203); }
td.TdClassName
{
border-color: #21C0CB;
}
.TagClassName
{
border-color: #21C0CB;
}
</style>