Shades of Iris Blue #21BCCF
Tints of Iris Blue #21BCCF
RGB
CMYK
RGB Variations
Color information
#21BCCF (or 0x21BCCF) is known color: Iris Blue. HEX triplet: 21, BC and CF. RGB value is (33,188,207). Sum of RGB (Red+Green+Blue) = 33+188+207=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #21BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCCF is #DE4330. Grayscale: #8F8F8F. Windows color (decimal): -14566193 or 13614113. OLE color: 13614113.
HSL color Cylindrical-coordinate representation of color #21BCCF: hue angle of 186.55º 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 #21BCCF is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 188 | 207 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.19 |
| HSL | 186.55º | 0.73% | 0.47% | - |
| HSV(B) | 186.55º | 0.84% | 0.81% | - |
| XYZ | 29.87 | 40.79 | 65.33 | - |
| YUV | 143.82 | 163.65 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 207 | 0.84 | 0.09 | 0 | 0.19 | 186.55 | 0.73 | 0.47 |
| Hex | 21 | BC | CF | 54 | 9 | 0 | 13 | BB | 48 | 2F |
| Octal | 41 | 274 | 317 | 124 | 11 | 0 | 23 | 273 | 110 | 57 |
| Binary | 100001 | 10111100 | 11001111 | 1010100 | 1001 | 0 | 10011 | 10111011 | 1001000 | 101111 |
Color Harmonies of #21BCCF
Complementary color
Monochromatic Colors of #21BCCF
Black with #21BCCF
Text Example
Text Example
White with #21BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCCF; }
p { color: rgb(33,188,207); }
H1.HeaderClassName
{
color: #21BCCF;
}
.AnyTagClassName
{
color: #21BCCF;
}
</style>
background-color css
<style>
a { background-color: #21BCCF; }
a { background-color: rgb(33,188,207); }
div.DivClassName
{
background-color: #21BCCF;
}
.BgClassName
{
background-color: #21BCCF;
}
</style>
border-color css
<style>
span { border-color: #21BCCF; }
span { border-color: rgb(33,188,207); }
td.TdClassName
{
border-color: #21BCCF;
}
.TagClassName
{
border-color: #21BCCF;
}
</style>