Shades of Iris Blue #21BBCF
Tints of Iris Blue #21BBCF
RGB
CMYK
RGB Variations
Color information
#21BBCF (or 0x21BBCF) is known color: Iris Blue. HEX triplet: 21, BB and CF. RGB value is (33,187,207). Sum of RGB (Red+Green+Blue) = 33+187+207=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #21BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBCF is #DE4430. Grayscale: #8F8F8F. Windows color (decimal): -14566449 or 13613857. OLE color: 13613857.
HSL color Cylindrical-coordinate representation of color #21BBCF: hue angle of 186.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BBCF is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 187 | 207 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.19 |
| HSL | 186.9º | 0.73% | 0.47% | - |
| HSV(B) | 186.9º | 0.84% | 0.81% | - |
| XYZ | 29.66 | 40.37 | 65.26 | - |
| YUV | 143.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 207 | 0.84 | 0.10 | 0 | 0.19 | 186.9 | 0.73 | 0.47 |
| Hex | 21 | BB | CF | 54 | A | 0 | 13 | BB | 48 | 2F |
| Octal | 41 | 273 | 317 | 124 | 12 | 0 | 23 | 273 | 110 | 57 |
| Binary | 100001 | 10111011 | 11001111 | 1010100 | 1010 | 0 | 10011 | 10111011 | 1001000 | 101111 |
Color Harmonies of #21BBCF
Complementary color
Monochromatic Colors of #21BBCF
Black with #21BBCF
Text Example
Text Example
White with #21BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBCF; }
p { color: rgb(33,187,207); }
H1.HeaderClassName
{
color: #21BBCF;
}
.AnyTagClassName
{
color: #21BBCF;
}
</style>
background-color css
<style>
a { background-color: #21BBCF; }
a { background-color: rgb(33,187,207); }
div.DivClassName
{
background-color: #21BBCF;
}
.BgClassName
{
background-color: #21BBCF;
}
</style>
border-color css
<style>
span { border-color: #21BBCF; }
span { border-color: rgb(33,187,207); }
td.TdClassName
{
border-color: #21BBCF;
}
.TagClassName
{
border-color: #21BBCF;
}
</style>