Shades of Iris Blue #20AECC
Tints of Iris Blue #20AECC
RGB
CMYK
RGB Variations
Color information
#20AECC (or 0x20AECC) is known color: Iris Blue. HEX triplet: 20, AE and CC. RGB value is (32,174,204). Sum of RGB (Red+Green+Blue) = 32+174+204=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #20AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AECC is #DF5133. Grayscale: #868686. Windows color (decimal): -14635316 or 13413920. OLE color: 13413920.
HSL color Cylindrical-coordinate representation of color #20AECC: hue angle of 190.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20AECC is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 174 | 204 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.2 |
| HSL | 190.47º | 0.73% | 0.46% | - |
| HSV(B) | 190.47º | 0.84% | 0.8% | - |
| XYZ | 26.63 | 34.94 | 62.47 | - |
| YUV | 134.96 | 166.96 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 204 | 0.84 | 0.15 | 0 | 0.2 | 190.47 | 0.73 | 0.46 |
| Hex | 20 | AE | CC | 54 | F | 0 | 14 | BE | 49 | 2E |
| Octal | 40 | 256 | 314 | 124 | 17 | 0 | 24 | 276 | 111 | 56 |
| Binary | 100000 | 10101110 | 11001100 | 1010100 | 1111 | 0 | 10100 | 10111110 | 1001001 | 101110 |
Color Harmonies of #20AECC
Complementary color
Monochromatic Colors of #20AECC
Black with #20AECC
Text Example
Text Example
White with #20AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AECC; }
p { color: rgb(32,174,204); }
H1.HeaderClassName
{
color: #20AECC;
}
.AnyTagClassName
{
color: #20AECC;
}
</style>
background-color css
<style>
a { background-color: #20AECC; }
a { background-color: rgb(32,174,204); }
div.DivClassName
{
background-color: #20AECC;
}
.BgClassName
{
background-color: #20AECC;
}
</style>
border-color css
<style>
span { border-color: #20AECC; }
span { border-color: rgb(32,174,204); }
td.TdClassName
{
border-color: #20AECC;
}
.TagClassName
{
border-color: #20AECC;
}
</style>