Shades of Iris Blue #21BBC8
Tints of Iris Blue #21BBC8
RGB
CMYK
RGB Variations
Color information
#21BBC8 (or 0x21BBC8) is known color: Iris Blue. HEX triplet: 21, BB and C8. RGB value is (33,187,200). Sum of RGB (Red+Green+Blue) = 33+187+200=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #21BBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBC8 is #DE4437. Grayscale: #8E8E8E. Windows color (decimal): -14566456 or 13155105. OLE color: 13155105.
HSL color Cylindrical-coordinate representation of color #21BBC8: hue angle of 184.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BBC8 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 187 | 200 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.22 |
| HSL | 184.67º | 0.72% | 0.46% | - |
| HSV(B) | 184.67º | 0.84% | 0.78% | - |
| XYZ | 28.82 | 40.03 | 60.85 | - |
| YUV | 142.44 | 160.48 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 200 | 0.84 | 0.06 | 0 | 0.22 | 184.67 | 0.72 | 0.46 |
| Hex | 21 | BB | C8 | 54 | 6 | 0 | 16 | B9 | 48 | 2E |
| Octal | 41 | 273 | 310 | 124 | 6 | 0 | 26 | 271 | 110 | 56 |
| Binary | 100001 | 10111011 | 11001000 | 1010100 | 110 | 0 | 10110 | 10111001 | 1001000 | 101110 |
Color Harmonies of #21BBC8
Complementary color
Monochromatic Colors of #21BBC8
Black with #21BBC8
Text Example
Text Example
White with #21BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBC8; }
p { color: rgb(33,187,200); }
H1.HeaderClassName
{
color: #21BBC8;
}
.AnyTagClassName
{
color: #21BBC8;
}
</style>
background-color css
<style>
a { background-color: #21BBC8; }
a { background-color: rgb(33,187,200); }
div.DivClassName
{
background-color: #21BBC8;
}
.BgClassName
{
background-color: #21BBC8;
}
</style>
border-color css
<style>
span { border-color: #21BBC8; }
span { border-color: rgb(33,187,200); }
td.TdClassName
{
border-color: #21BBC8;
}
.TagClassName
{
border-color: #21BBC8;
}
</style>