Shades of Iris Blue #21BACC
Tints of Iris Blue #21BACC
RGB
CMYK
RGB Variations
Color information
#21BACC (or 0x21BACC) is known color: Iris Blue. HEX triplet: 21, BA and CC. RGB value is (33,186,204). Sum of RGB (Red+Green+Blue) = 33+186+204=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #21BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BACC is #DE4533. Grayscale: #8E8E8E. Windows color (decimal): -14566708 or 13416993. OLE color: 13416993.
HSL color Cylindrical-coordinate representation of color #21BACC: hue angle of 186.32º 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 #21BACC is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 186 | 204 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.2 |
| HSL | 186.32º | 0.72% | 0.46% | - |
| HSV(B) | 186.32º | 0.84% | 0.8% | - |
| XYZ | 29.09 | 39.8 | 63.28 | - |
| YUV | 142.31 | 162.81 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 204 | 0.84 | 0.09 | 0 | 0.2 | 186.32 | 0.72 | 0.46 |
| Hex | 21 | BA | CC | 54 | 9 | 0 | 14 | BA | 48 | 2E |
| Octal | 41 | 272 | 314 | 124 | 11 | 0 | 24 | 272 | 110 | 56 |
| Binary | 100001 | 10111010 | 11001100 | 1010100 | 1001 | 0 | 10100 | 10111010 | 1001000 | 101110 |
Color Harmonies of #21BACC
Complementary color
Monochromatic Colors of #21BACC
Black with #21BACC
Text Example
Text Example
White with #21BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BACC; }
p { color: rgb(33,186,204); }
H1.HeaderClassName
{
color: #21BACC;
}
.AnyTagClassName
{
color: #21BACC;
}
</style>
background-color css
<style>
a { background-color: #21BACC; }
a { background-color: rgb(33,186,204); }
div.DivClassName
{
background-color: #21BACC;
}
.BgClassName
{
background-color: #21BACC;
}
</style>
border-color css
<style>
span { border-color: #21BACC; }
span { border-color: rgb(33,186,204); }
td.TdClassName
{
border-color: #21BACC;
}
.TagClassName
{
border-color: #21BACC;
}
</style>