Shades of Iris Blue #21C2CC
Tints of Iris Blue #21C2CC
RGB
CMYK
RGB Variations
Color information
#21C2CC (or 0x21C2CC) is known color: Iris Blue. HEX triplet: 21, C2 and CC. RGB value is (33,194,204). Sum of RGB (Red+Green+Blue) = 33+194+204=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #21C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C2CC is #DE3D33. Grayscale: #929292. Windows color (decimal): -14564660 or 13419041. OLE color: 13419041.
HSL color Cylindrical-coordinate representation of color #21C2CC: hue angle of 183.51º 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 #21C2CC is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 194 | 204 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.2 |
| HSL | 183.51º | 0.72% | 0.46% | - |
| HSV(B) | 183.51º | 0.84% | 0.8% | - |
| XYZ | 30.82 | 43.27 | 63.85 | - |
| YUV | 147 | 160.16 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 204 | 0.84 | 0.05 | 0 | 0.2 | 183.51 | 0.72 | 0.46 |
| Hex | 21 | C2 | CC | 54 | 5 | 0 | 14 | B8 | 48 | 2E |
| Octal | 41 | 302 | 314 | 124 | 5 | 0 | 24 | 270 | 110 | 56 |
| Binary | 100001 | 11000010 | 11001100 | 1010100 | 101 | 0 | 10100 | 10111000 | 1001000 | 101110 |
Color Harmonies of #21C2CC
Complementary color
Monochromatic Colors of #21C2CC
Black with #21C2CC
Text Example
Text Example
White with #21C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C2CC; }
p { color: rgb(33,194,204); }
H1.HeaderClassName
{
color: #21C2CC;
}
.AnyTagClassName
{
color: #21C2CC;
}
</style>
background-color css
<style>
a { background-color: #21C2CC; }
a { background-color: rgb(33,194,204); }
div.DivClassName
{
background-color: #21C2CC;
}
.BgClassName
{
background-color: #21C2CC;
}
</style>
border-color css
<style>
span { border-color: #21C2CC; }
span { border-color: rgb(33,194,204); }
td.TdClassName
{
border-color: #21C2CC;
}
.TagClassName
{
border-color: #21C2CC;
}
</style>