Shades of Iris Blue #21BFCB
Tints of Iris Blue #21BFCB
RGB
CMYK
RGB Variations
Color information
#21BFCB (or 0x21BFCB) is known color: Iris Blue. HEX triplet: 21, BF and CB. RGB value is (33,191,203). Sum of RGB (Red+Green+Blue) = 33+191+203=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #21BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFCB is #DE4034. Grayscale: #909090. Windows color (decimal): -14565429 or 13352737. OLE color: 13352737.
HSL color Cylindrical-coordinate representation of color #21BFCB: hue angle of 184.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BFCB is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 191 | 203 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.20 |
| HSL | 184.24º | 0.72% | 0.46% | - |
| HSV(B) | 184.24º | 0.84% | 0.8% | - |
| XYZ | 30.04 | 41.9 | 63 | - |
| YUV | 145.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 203 | 0.84 | 0.06 | 0 | 0.20 | 184.24 | 0.72 | 0.46 |
| Hex | 21 | BF | CB | 54 | 6 | 0 | 14 | B8 | 48 | 2E |
| Octal | 41 | 277 | 313 | 124 | 6 | 0 | 24 | 270 | 110 | 56 |
| Binary | 100001 | 10111111 | 11001011 | 1010100 | 110 | 0 | 10100 | 10111000 | 1001000 | 101110 |
Color Harmonies of #21BFCB
Complementary color
Monochromatic Colors of #21BFCB
Black with #21BFCB
Text Example
Text Example
White with #21BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFCB; }
p { color: rgb(33,191,203); }
H1.HeaderClassName
{
color: #21BFCB;
}
.AnyTagClassName
{
color: #21BFCB;
}
</style>
background-color css
<style>
a { background-color: #21BFCB; }
a { background-color: rgb(33,191,203); }
div.DivClassName
{
background-color: #21BFCB;
}
.BgClassName
{
background-color: #21BFCB;
}
</style>
border-color css
<style>
span { border-color: #21BFCB; }
span { border-color: rgb(33,191,203); }
td.TdClassName
{
border-color: #21BFCB;
}
.TagClassName
{
border-color: #21BFCB;
}
</style>