Shades of Iris Blue #20BFD0
Tints of Iris Blue #20BFD0
RGB
CMYK
RGB Variations
Color information
#20BFD0 (or 0x20BFD0) is known color: Iris Blue. HEX triplet: 20, BF and D0. RGB value is (32,191,208). Sum of RGB (Red+Green+Blue) = 32+191+208=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #20BFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFD0 is #DF402F. Grayscale: #919191. Windows color (decimal): -14630960 or 13680416. OLE color: 13680416.
HSL color Cylindrical-coordinate representation of color #20BFD0: hue angle of 185.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BFD0 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 191 | 208 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.18 |
| HSL | 185.8º | 0.73% | 0.47% | - |
| HSV(B) | 185.8º | 0.85% | 0.82% | - |
| XYZ | 30.61 | 42.12 | 66.19 | - |
| YUV | 145.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 208 | 0.85 | 0.08 | 0 | 0.18 | 185.8 | 0.73 | 0.47 |
| Hex | 20 | BF | D0 | 55 | 8 | 0 | 12 | BA | 49 | 2F |
| Octal | 40 | 277 | 320 | 125 | 10 | 0 | 22 | 272 | 111 | 57 |
| Binary | 100000 | 10111111 | 11010000 | 1010101 | 1000 | 0 | 10010 | 10111010 | 1001001 | 101111 |
Color Harmonies of #20BFD0
Complementary color
Monochromatic Colors of #20BFD0
Black with #20BFD0
Text Example
Text Example
White with #20BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFD0; }
p { color: rgb(32,191,208); }
H1.HeaderClassName
{
color: #20BFD0;
}
.AnyTagClassName
{
color: #20BFD0;
}
</style>
background-color css
<style>
a { background-color: #20BFD0; }
a { background-color: rgb(32,191,208); }
div.DivClassName
{
background-color: #20BFD0;
}
.BgClassName
{
background-color: #20BFD0;
}
</style>
border-color css
<style>
span { border-color: #20BFD0; }
span { border-color: rgb(32,191,208); }
td.TdClassName
{
border-color: #20BFD0;
}
.TagClassName
{
border-color: #20BFD0;
}
</style>