Shades of Iris Blue #21BFCD
Tints of Iris Blue #21BFCD
RGB
CMYK
RGB Variations
Color information
#21BFCD (or 0x21BFCD) is known color: Iris Blue. HEX triplet: 21, BF and CD. RGB value is (33,191,205). Sum of RGB (Red+Green+Blue) = 33+191+205=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #21BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFCD is #DE4032. Grayscale: #919191. Windows color (decimal): -14565427 or 13483809. OLE color: 13483809.
HSL color Cylindrical-coordinate representation of color #21BFCD: hue angle of 184.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BFCD is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 191 | 205 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.20 |
| HSL | 184.88º | 0.72% | 0.47% | - |
| HSV(B) | 184.88º | 0.84% | 0.8% | - |
| XYZ | 30.28 | 41.99 | 64.27 | - |
| YUV | 145.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 205 | 0.84 | 0.07 | 0 | 0.20 | 184.88 | 0.72 | 0.47 |
| Hex | 21 | BF | CD | 54 | 7 | 0 | 14 | B9 | 48 | 2F |
| Octal | 41 | 277 | 315 | 124 | 7 | 0 | 24 | 271 | 110 | 57 |
| Binary | 100001 | 10111111 | 11001101 | 1010100 | 111 | 0 | 10100 | 10111001 | 1001000 | 101111 |
Color Harmonies of #21BFCD
Complementary color
Monochromatic Colors of #21BFCD
Black with #21BFCD
Text Example
Text Example
White with #21BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFCD; }
p { color: rgb(33,191,205); }
H1.HeaderClassName
{
color: #21BFCD;
}
.AnyTagClassName
{
color: #21BFCD;
}
</style>
background-color css
<style>
a { background-color: #21BFCD; }
a { background-color: rgb(33,191,205); }
div.DivClassName
{
background-color: #21BFCD;
}
.BgClassName
{
background-color: #21BFCD;
}
</style>
border-color css
<style>
span { border-color: #21BFCD; }
span { border-color: rgb(33,191,205); }
td.TdClassName
{
border-color: #21BFCD;
}
.TagClassName
{
border-color: #21BFCD;
}
</style>