Shades of Iris Blue #21BEC9
Tints of Iris Blue #21BEC9
RGB
CMYK
RGB Variations
Color information
#21BEC9 (or 0x21BEC9) is known color: Iris Blue. HEX triplet: 21, BE and C9. RGB value is (33,190,201). Sum of RGB (Red+Green+Blue) = 33+190+201=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #21BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEC9 is #DE4136. Grayscale: #909090. Windows color (decimal): -14565687 or 13221409. OLE color: 13221409.
HSL color Cylindrical-coordinate representation of color #21BEC9: hue angle of 183.93º 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 #21BEC9 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 190 | 201 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.21 |
| HSL | 183.93º | 0.72% | 0.46% | - |
| HSV(B) | 183.93º | 0.84% | 0.79% | - |
| XYZ | 29.58 | 41.37 | 61.68 | - |
| YUV | 144.31 | 159.99 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 201 | 0.84 | 0.05 | 0 | 0.21 | 183.93 | 0.72 | 0.46 |
| Hex | 21 | BE | C9 | 54 | 5 | 0 | 15 | B8 | 48 | 2E |
| Octal | 41 | 276 | 311 | 124 | 5 | 0 | 25 | 270 | 110 | 56 |
| Binary | 100001 | 10111110 | 11001001 | 1010100 | 101 | 0 | 10101 | 10111000 | 1001000 | 101110 |
Color Harmonies of #21BEC9
Complementary color
Monochromatic Colors of #21BEC9
Black with #21BEC9
Text Example
Text Example
White with #21BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEC9; }
p { color: rgb(33,190,201); }
H1.HeaderClassName
{
color: #21BEC9;
}
.AnyTagClassName
{
color: #21BEC9;
}
</style>
background-color css
<style>
a { background-color: #21BEC9; }
a { background-color: rgb(33,190,201); }
div.DivClassName
{
background-color: #21BEC9;
}
.BgClassName
{
background-color: #21BEC9;
}
</style>
border-color css
<style>
span { border-color: #21BEC9; }
span { border-color: rgb(33,190,201); }
td.TdClassName
{
border-color: #21BEC9;
}
.TagClassName
{
border-color: #21BEC9;
}
</style>