Shades of Iris Blue #21BBCC
Tints of Iris Blue #21BBCC
RGB
CMYK
RGB Variations
Color information
#21BBCC (or 0x21BBCC) is known color: Iris Blue. HEX triplet: 21, BB and CC. RGB value is (33,187,204). Sum of RGB (Red+Green+Blue) = 33+187+204=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #21BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBCC is #DE4433. Grayscale: #8E8E8E. Windows color (decimal): -14566452 or 13417249. OLE color: 13417249.
HSL color Cylindrical-coordinate representation of color #21BBCC: hue angle of 185.96º 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 #21BBCC is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 187 | 204 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.2 |
| HSL | 185.96º | 0.72% | 0.46% | - |
| HSV(B) | 185.96º | 0.84% | 0.8% | - |
| XYZ | 29.3 | 40.22 | 63.35 | - |
| YUV | 142.89 | 162.48 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 204 | 0.84 | 0.08 | 0 | 0.2 | 185.96 | 0.72 | 0.46 |
| Hex | 21 | BB | CC | 54 | 8 | 0 | 14 | BA | 48 | 2E |
| Octal | 41 | 273 | 314 | 124 | 10 | 0 | 24 | 272 | 110 | 56 |
| Binary | 100001 | 10111011 | 11001100 | 1010100 | 1000 | 0 | 10100 | 10111010 | 1001000 | 101110 |
Color Harmonies of #21BBCC
Complementary color
Monochromatic Colors of #21BBCC
Black with #21BBCC
Text Example
Text Example
White with #21BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBCC; }
p { color: rgb(33,187,204); }
H1.HeaderClassName
{
color: #21BBCC;
}
.AnyTagClassName
{
color: #21BBCC;
}
</style>
background-color css
<style>
a { background-color: #21BBCC; }
a { background-color: rgb(33,187,204); }
div.DivClassName
{
background-color: #21BBCC;
}
.BgClassName
{
background-color: #21BBCC;
}
</style>
border-color css
<style>
span { border-color: #21BBCC; }
span { border-color: rgb(33,187,204); }
td.TdClassName
{
border-color: #21BBCC;
}
.TagClassName
{
border-color: #21BBCC;
}
</style>