Shades of Iris Blue #21BCCE
Tints of Iris Blue #21BCCE
RGB
CMYK
RGB Variations
Color information
#21BCCE (or 0x21BCCE) is known color: Iris Blue. HEX triplet: 21, BC and CE. RGB value is (33,188,206). Sum of RGB (Red+Green+Blue) = 33+188+206=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #21BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCCE is #DE4331. Grayscale: #8F8F8F. Windows color (decimal): -14566194 or 13548577. OLE color: 13548577.
HSL color Cylindrical-coordinate representation of color #21BCCE: hue angle of 186.24º degrees, saturation: 0.72, 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 #21BCCE is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 188 | 206 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.19 |
| HSL | 186.24º | 0.72% | 0.47% | - |
| HSV(B) | 186.24º | 0.84% | 0.81% | - |
| XYZ | 29.75 | 40.75 | 64.69 | - |
| YUV | 143.71 | 163.15 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 206 | 0.84 | 0.09 | 0 | 0.19 | 186.24 | 0.72 | 0.47 |
| Hex | 21 | BC | CE | 54 | 9 | 0 | 13 | BA | 48 | 2F |
| Octal | 41 | 274 | 316 | 124 | 11 | 0 | 23 | 272 | 110 | 57 |
| Binary | 100001 | 10111100 | 11001110 | 1010100 | 1001 | 0 | 10011 | 10111010 | 1001000 | 101111 |
Color Harmonies of #21BCCE
Complementary color
Monochromatic Colors of #21BCCE
Black with #21BCCE
Text Example
Text Example
White with #21BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCCE; }
p { color: rgb(33,188,206); }
H1.HeaderClassName
{
color: #21BCCE;
}
.AnyTagClassName
{
color: #21BCCE;
}
</style>
background-color css
<style>
a { background-color: #21BCCE; }
a { background-color: rgb(33,188,206); }
div.DivClassName
{
background-color: #21BCCE;
}
.BgClassName
{
background-color: #21BCCE;
}
</style>
border-color css
<style>
span { border-color: #21BCCE; }
span { border-color: rgb(33,188,206); }
td.TdClassName
{
border-color: #21BCCE;
}
.TagClassName
{
border-color: #21BCCE;
}
</style>