Shades of Iris Blue #14AEC0
Tints of Iris Blue #14AEC0
RGB
CMYK
RGB Variations
Color information
#14AEC0 (or 0x14AEC0) is known color: Iris Blue. HEX triplet: 14, AE and C0. RGB value is (20,174,192). Sum of RGB (Red+Green+Blue) = 20+174+192=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #14AEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AEC0 is #EB513F. Grayscale: #818181. Windows color (decimal): -15421760 or 12627476. OLE color: 12627476.
HSL color Cylindrical-coordinate representation of color #14AEC0: hue angle of 186.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AEC0 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 174 | 192 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.25 |
| HSL | 186.28º | 0.81% | 0.42% | - |
| HSV(B) | 186.28º | 0.9% | 0.75% | - |
| XYZ | 24.94 | 34.23 | 55.16 | - |
| YUV | 130.01 | 162.98 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 174 | 192 | 0.90 | 0.09 | 0 | 0.25 | 186.28 | 0.81 | 0.42 |
| Hex | 14 | AE | C0 | 5A | 9 | 0 | 19 | BA | 51 | 2A |
| Octal | 24 | 256 | 300 | 132 | 11 | 0 | 31 | 272 | 121 | 52 |
| Binary | 10100 | 10101110 | 11000000 | 1011010 | 1001 | 0 | 11001 | 10111010 | 1010001 | 101010 |
Color Harmonies of #14AEC0
Complementary color
Monochromatic Colors of #14AEC0
Black with #14AEC0
Text Example
Text Example
White with #14AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AEC0; }
p { color: rgb(20,174,192); }
H1.HeaderClassName
{
color: #14AEC0;
}
.AnyTagClassName
{
color: #14AEC0;
}
</style>
background-color css
<style>
a { background-color: #14AEC0; }
a { background-color: rgb(20,174,192); }
div.DivClassName
{
background-color: #14AEC0;
}
.BgClassName
{
background-color: #14AEC0;
}
</style>
border-color css
<style>
span { border-color: #14AEC0; }
span { border-color: rgb(20,174,192); }
td.TdClassName
{
border-color: #14AEC0;
}
.TagClassName
{
border-color: #14AEC0;
}
</style>