Shades of Iris Blue #21BAC9
Tints of Iris Blue #21BAC9
RGB
CMYK
RGB Variations
Color information
#21BAC9 (or 0x21BAC9) is known color: Iris Blue. HEX triplet: 21, BA and C9. RGB value is (33,186,201). Sum of RGB (Red+Green+Blue) = 33+186+201=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #21BAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BAC9 is #DE4536. Grayscale: #8D8D8D. Windows color (decimal): -14566711 or 13220385. OLE color: 13220385.
HSL color Cylindrical-coordinate representation of color #21BAC9: hue angle of 185.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BAC9 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 186 | 201 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.21 |
| HSL | 185.36º | 0.72% | 0.46% | - |
| HSV(B) | 185.36º | 0.84% | 0.79% | - |
| XYZ | 28.73 | 39.66 | 61.4 | - |
| YUV | 141.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 201 | 0.84 | 0.07 | 0 | 0.21 | 185.36 | 0.72 | 0.46 |
| Hex | 21 | BA | C9 | 54 | 7 | 0 | 15 | B9 | 48 | 2E |
| Octal | 41 | 272 | 311 | 124 | 7 | 0 | 25 | 271 | 110 | 56 |
| Binary | 100001 | 10111010 | 11001001 | 1010100 | 111 | 0 | 10101 | 10111001 | 1001000 | 101110 |
Color Harmonies of #21BAC9
Complementary color
Monochromatic Colors of #21BAC9
Black with #21BAC9
Text Example
Text Example
White with #21BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAC9; }
p { color: rgb(33,186,201); }
H1.HeaderClassName
{
color: #21BAC9;
}
.AnyTagClassName
{
color: #21BAC9;
}
</style>
background-color css
<style>
a { background-color: #21BAC9; }
a { background-color: rgb(33,186,201); }
div.DivClassName
{
background-color: #21BAC9;
}
.BgClassName
{
background-color: #21BAC9;
}
</style>
border-color css
<style>
span { border-color: #21BAC9; }
span { border-color: rgb(33,186,201); }
td.TdClassName
{
border-color: #21BAC9;
}
.TagClassName
{
border-color: #21BAC9;
}
</style>