Shades of Iris Blue #21BCC9
Tints of Iris Blue #21BCC9
RGB
CMYK
RGB Variations
Color information
#21BCC9 (or 0x21BCC9) is known color: Iris Blue. HEX triplet: 21, BC and C9. RGB value is (33,188,201). Sum of RGB (Red+Green+Blue) = 33+188+201=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #21BCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCC9 is #DE4336. Grayscale: #8E8E8E. Windows color (decimal): -14566199 or 13220897. OLE color: 13220897.
HSL color Cylindrical-coordinate representation of color #21BCC9: hue angle of 184.64º 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 #21BCC9 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 188 | 201 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.21 |
| HSL | 184.64º | 0.72% | 0.46% | - |
| HSV(B) | 184.64º | 0.84% | 0.79% | - |
| XYZ | 29.15 | 40.51 | 61.54 | - |
| YUV | 143.14 | 160.65 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 201 | 0.84 | 0.06 | 0 | 0.21 | 184.64 | 0.72 | 0.46 |
| Hex | 21 | BC | C9 | 54 | 6 | 0 | 15 | B9 | 48 | 2E |
| Octal | 41 | 274 | 311 | 124 | 6 | 0 | 25 | 271 | 110 | 56 |
| Binary | 100001 | 10111100 | 11001001 | 1010100 | 110 | 0 | 10101 | 10111001 | 1001000 | 101110 |
Color Harmonies of #21BCC9
Complementary color
Monochromatic Colors of #21BCC9
Black with #21BCC9
Text Example
Text Example
White with #21BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCC9; }
p { color: rgb(33,188,201); }
H1.HeaderClassName
{
color: #21BCC9;
}
.AnyTagClassName
{
color: #21BCC9;
}
</style>
background-color css
<style>
a { background-color: #21BCC9; }
a { background-color: rgb(33,188,201); }
div.DivClassName
{
background-color: #21BCC9;
}
.BgClassName
{
background-color: #21BCC9;
}
</style>
border-color css
<style>
span { border-color: #21BCC9; }
span { border-color: rgb(33,188,201); }
td.TdClassName
{
border-color: #21BCC9;
}
.TagClassName
{
border-color: #21BCC9;
}
</style>