Shades of Iris Blue #21BFD1
Tints of Iris Blue #21BFD1
RGB
CMYK
RGB Variations
Color information
#21BFD1 (or 0x21BFD1) is known color: Iris Blue. HEX triplet: 21, BF and D1. RGB value is (33,191,209). Sum of RGB (Red+Green+Blue) = 33+191+209=433 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.62% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #21BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFD1 is #DE402E. Grayscale: #919191. Windows color (decimal): -14565423 or 13745953. OLE color: 13745953.
HSL color Cylindrical-coordinate representation of color #21BFD1: hue angle of 186.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BFD1 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 191 | 209 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.18 |
| HSL | 186.14º | 0.73% | 0.47% | - |
| HSV(B) | 186.14º | 0.84% | 0.82% | - |
| XYZ | 30.77 | 42.19 | 66.84 | - |
| YUV | 145.81 | 163.65 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 209 | 0.84 | 0.09 | 0 | 0.18 | 186.14 | 0.73 | 0.47 |
| Hex | 21 | BF | D1 | 54 | 9 | 0 | 12 | BA | 49 | 2F |
| Octal | 41 | 277 | 321 | 124 | 11 | 0 | 22 | 272 | 111 | 57 |
| Binary | 100001 | 10111111 | 11010001 | 1010100 | 1001 | 0 | 10010 | 10111010 | 1001001 | 101111 |
Color Harmonies of #21BFD1
Complementary color
Monochromatic Colors of #21BFD1
Black with #21BFD1
Text Example
Text Example
White with #21BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFD1; }
p { color: rgb(33,191,209); }
H1.HeaderClassName
{
color: #21BFD1;
}
.AnyTagClassName
{
color: #21BFD1;
}
</style>
background-color css
<style>
a { background-color: #21BFD1; }
a { background-color: rgb(33,191,209); }
div.DivClassName
{
background-color: #21BFD1;
}
.BgClassName
{
background-color: #21BFD1;
}
</style>
border-color css
<style>
span { border-color: #21BFD1; }
span { border-color: rgb(33,191,209); }
td.TdClassName
{
border-color: #21BFD1;
}
.TagClassName
{
border-color: #21BFD1;
}
</style>