Shades of Iris Blue #21BEC7
Tints of Iris Blue #21BEC7
RGB
CMYK
RGB Variations
Color information
#21BEC7 (or 0x21BEC7) is known color: Iris Blue. HEX triplet: 21, BE and C7. RGB value is (33,190,199). Sum of RGB (Red+Green+Blue) = 33+190+199=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #21BEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEC7 is #DE4138. Grayscale: #8F8F8F. Windows color (decimal): -14565689 or 13090337. OLE color: 13090337.
HSL color Cylindrical-coordinate representation of color #21BEC7: hue angle of 183.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEC7 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 190 | 199 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.22 |
| HSL | 183.25º | 0.72% | 0.45% | - |
| HSV(B) | 183.25º | 0.83% | 0.78% | - |
| XYZ | 29.35 | 41.27 | 60.45 | - |
| YUV | 144.08 | 158.99 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 199 | 0.83 | 0.05 | 0 | 0.22 | 183.25 | 0.72 | 0.45 |
| Hex | 21 | BE | C7 | 53 | 5 | 0 | 16 | B7 | 48 | 2D |
| Octal | 41 | 276 | 307 | 123 | 5 | 0 | 26 | 267 | 110 | 55 |
| Binary | 100001 | 10111110 | 11000111 | 1010011 | 101 | 0 | 10110 | 10110111 | 1001000 | 101101 |
Color Harmonies of #21BEC7
Complementary color
Monochromatic Colors of #21BEC7
Black with #21BEC7
Text Example
Text Example
White with #21BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEC7; }
p { color: rgb(33,190,199); }
H1.HeaderClassName
{
color: #21BEC7;
}
.AnyTagClassName
{
color: #21BEC7;
}
</style>
background-color css
<style>
a { background-color: #21BEC7; }
a { background-color: rgb(33,190,199); }
div.DivClassName
{
background-color: #21BEC7;
}
.BgClassName
{
background-color: #21BEC7;
}
</style>
border-color css
<style>
span { border-color: #21BEC7; }
span { border-color: rgb(33,190,199); }
td.TdClassName
{
border-color: #21BEC7;
}
.TagClassName
{
border-color: #21BEC7;
}
</style>