Shades of Iris Blue #21C0CF
Tints of Iris Blue #21C0CF
RGB
CMYK
RGB Variations
Color information
#21C0CF (or 0x21C0CF) is known color: Iris Blue. HEX triplet: 21, C0 and CF. RGB value is (33,192,207). Sum of RGB (Red+Green+Blue) = 33+192+207=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #21C0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C0CF is #DE3F30. Grayscale: #919191. Windows color (decimal): -14565169 or 13615137. OLE color: 13615137.
HSL color Cylindrical-coordinate representation of color #21C0CF: hue angle of 185.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C0CF is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 192 | 207 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.19 |
| HSL | 185.17º | 0.73% | 0.47% | - |
| HSV(B) | 185.17º | 0.84% | 0.81% | - |
| XYZ | 30.74 | 42.53 | 65.62 | - |
| YUV | 146.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 207 | 0.84 | 0.07 | 0 | 0.19 | 185.17 | 0.73 | 0.47 |
| Hex | 21 | C0 | CF | 54 | 7 | 0 | 13 | B9 | 48 | 2F |
| Octal | 41 | 300 | 317 | 124 | 7 | 0 | 23 | 271 | 110 | 57 |
| Binary | 100001 | 11000000 | 11001111 | 1010100 | 111 | 0 | 10011 | 10111001 | 1001000 | 101111 |
Color Harmonies of #21C0CF
Complementary color
Monochromatic Colors of #21C0CF
Black with #21C0CF
Text Example
Text Example
White with #21C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C0CF; }
p { color: rgb(33,192,207); }
H1.HeaderClassName
{
color: #21C0CF;
}
.AnyTagClassName
{
color: #21C0CF;
}
</style>
background-color css
<style>
a { background-color: #21C0CF; }
a { background-color: rgb(33,192,207); }
div.DivClassName
{
background-color: #21C0CF;
}
.BgClassName
{
background-color: #21C0CF;
}
</style>
border-color css
<style>
span { border-color: #21C0CF; }
span { border-color: rgb(33,192,207); }
td.TdClassName
{
border-color: #21C0CF;
}
.TagClassName
{
border-color: #21C0CF;
}
</style>