Shades of Iris Blue #20BFCF
Tints of Iris Blue #20BFCF
RGB
CMYK
RGB Variations
Color information
#20BFCF (or 0x20BFCF) is known color: Iris Blue. HEX triplet: 20, BF and CF. RGB value is (32,191,207). Sum of RGB (Red+Green+Blue) = 32+191+207=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #20BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFCF is #DF4030. Grayscale: #919191. Windows color (decimal): -14630961 or 13614880. OLE color: 13614880.
HSL color Cylindrical-coordinate representation of color #20BFCF: hue angle of 185.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BFCF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 191 | 207 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.19 |
| HSL | 185.49º | 0.73% | 0.47% | - |
| HSV(B) | 185.49º | 0.85% | 0.81% | - |
| XYZ | 30.49 | 42.07 | 65.55 | - |
| YUV | 145.28 | 162.82 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 207 | 0.85 | 0.08 | 0 | 0.19 | 185.49 | 0.73 | 0.47 |
| Hex | 20 | BF | CF | 55 | 8 | 0 | 13 | B9 | 49 | 2F |
| Octal | 40 | 277 | 317 | 125 | 10 | 0 | 23 | 271 | 111 | 57 |
| Binary | 100000 | 10111111 | 11001111 | 1010101 | 1000 | 0 | 10011 | 10111001 | 1001001 | 101111 |
Color Harmonies of #20BFCF
Complementary color
Monochromatic Colors of #20BFCF
Black with #20BFCF
Text Example
Text Example
White with #20BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFCF; }
p { color: rgb(32,191,207); }
H1.HeaderClassName
{
color: #20BFCF;
}
.AnyTagClassName
{
color: #20BFCF;
}
</style>
background-color css
<style>
a { background-color: #20BFCF; }
a { background-color: rgb(32,191,207); }
div.DivClassName
{
background-color: #20BFCF;
}
.BgClassName
{
background-color: #20BFCF;
}
</style>
border-color css
<style>
span { border-color: #20BFCF; }
span { border-color: rgb(32,191,207); }
td.TdClassName
{
border-color: #20BFCF;
}
.TagClassName
{
border-color: #20BFCF;
}
</style>