Shades of Iris Blue #21BACF
Tints of Iris Blue #21BACF
RGB
CMYK
RGB Variations
Color information
#21BACF (or 0x21BACF) is known color: Iris Blue. HEX triplet: 21, BA and CF. RGB value is (33,186,207). Sum of RGB (Red+Green+Blue) = 33+186+207=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #21BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BACF is #DE4530. Grayscale: #8E8E8E. Windows color (decimal): -14566705 or 13613601. OLE color: 13613601.
HSL color Cylindrical-coordinate representation of color #21BACF: hue angle of 187.24º 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 #21BACF is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 186 | 207 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.19 |
| HSL | 187.24º | 0.73% | 0.47% | - |
| HSV(B) | 187.24º | 0.84% | 0.81% | - |
| XYZ | 29.45 | 39.95 | 65.19 | - |
| YUV | 142.65 | 164.31 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 207 | 0.84 | 0.10 | 0 | 0.19 | 187.24 | 0.73 | 0.47 |
| Hex | 21 | BA | CF | 54 | A | 0 | 13 | BB | 48 | 2F |
| Octal | 41 | 272 | 317 | 124 | 12 | 0 | 23 | 273 | 110 | 57 |
| Binary | 100001 | 10111010 | 11001111 | 1010100 | 1010 | 0 | 10011 | 10111011 | 1001000 | 101111 |
Color Harmonies of #21BACF
Complementary color
Monochromatic Colors of #21BACF
Black with #21BACF
Text Example
Text Example
White with #21BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BACF; }
p { color: rgb(33,186,207); }
H1.HeaderClassName
{
color: #21BACF;
}
.AnyTagClassName
{
color: #21BACF;
}
</style>
background-color css
<style>
a { background-color: #21BACF; }
a { background-color: rgb(33,186,207); }
div.DivClassName
{
background-color: #21BACF;
}
.BgClassName
{
background-color: #21BACF;
}
</style>
border-color css
<style>
span { border-color: #21BACF; }
span { border-color: rgb(33,186,207); }
td.TdClassName
{
border-color: #21BACF;
}
.TagClassName
{
border-color: #21BACF;
}
</style>