Shades of Iris Blue #21C0CA
Tints of Iris Blue #21C0CA
RGB
CMYK
RGB Variations
Color information
#21C0CA (or 0x21C0CA) is known color: Iris Blue. HEX triplet: 21, C0 and CA. RGB value is (33,192,202). Sum of RGB (Red+Green+Blue) = 33+192+202=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #21C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C0CA is #DE3F35. Grayscale: #919191. Windows color (decimal): -14565174 or 13287457. OLE color: 13287457.
HSL color Cylindrical-coordinate representation of color #21C0CA: hue angle of 183.55º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C0CA is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 192 | 202 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.21 |
| HSL | 183.55º | 0.72% | 0.46% | - |
| HSV(B) | 183.55º | 0.84% | 0.79% | - |
| XYZ | 30.14 | 42.29 | 62.45 | - |
| YUV | 145.6 | 159.82 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 202 | 0.84 | 0.05 | 0 | 0.21 | 183.55 | 0.72 | 0.46 |
| Hex | 21 | C0 | CA | 54 | 5 | 0 | 15 | B8 | 48 | 2E |
| Octal | 41 | 300 | 312 | 124 | 5 | 0 | 25 | 270 | 110 | 56 |
| Binary | 100001 | 11000000 | 11001010 | 1010100 | 101 | 0 | 10101 | 10111000 | 1001000 | 101110 |
Color Harmonies of #21C0CA
Complementary color
Monochromatic Colors of #21C0CA
Black with #21C0CA
Text Example
Text Example
White with #21C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C0CA; }
p { color: rgb(33,192,202); }
H1.HeaderClassName
{
color: #21C0CA;
}
.AnyTagClassName
{
color: #21C0CA;
}
</style>
background-color css
<style>
a { background-color: #21C0CA; }
a { background-color: rgb(33,192,202); }
div.DivClassName
{
background-color: #21C0CA;
}
.BgClassName
{
background-color: #21C0CA;
}
</style>
border-color css
<style>
span { border-color: #21C0CA; }
span { border-color: rgb(33,192,202); }
td.TdClassName
{
border-color: #21C0CA;
}
.TagClassName
{
border-color: #21C0CA;
}
</style>