Shades of Iris Blue #14AEBC
Tints of Iris Blue #14AEBC
RGB
CMYK
RGB Variations
Color information
#14AEBC (or 0x14AEBC) is known color: Iris Blue. HEX triplet: 14, AE and BC. RGB value is (20,174,188). Sum of RGB (Red+Green+Blue) = 20+174+188=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #14AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AEBC is #EB5143. Grayscale: #818181. Windows color (decimal): -15421764 or 12365332. OLE color: 12365332.
HSL color Cylindrical-coordinate representation of color #14AEBC: hue angle of 185º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AEBC is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 174 | 188 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.26 |
| HSL | 185º | 0.81% | 0.41% | - |
| HSV(B) | 185º | 0.89% | 0.74% | - |
| XYZ | 24.5 | 34.05 | 52.86 | - |
| YUV | 129.55 | 160.98 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 174 | 188 | 0.89 | 0.07 | 0 | 0.26 | 185 | 0.81 | 0.41 |
| Hex | 14 | AE | BC | 59 | 7 | 0 | 1A | B9 | 51 | 29 |
| Octal | 24 | 256 | 274 | 131 | 7 | 0 | 32 | 271 | 121 | 51 |
| Binary | 10100 | 10101110 | 10111100 | 1011001 | 111 | 0 | 11010 | 10111001 | 1010001 | 101001 |
Color Harmonies of #14AEBC
Complementary color
Monochromatic Colors of #14AEBC
Black with #14AEBC
Text Example
Text Example
White with #14AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AEBC; }
p { color: rgb(20,174,188); }
H1.HeaderClassName
{
color: #14AEBC;
}
.AnyTagClassName
{
color: #14AEBC;
}
</style>
background-color css
<style>
a { background-color: #14AEBC; }
a { background-color: rgb(20,174,188); }
div.DivClassName
{
background-color: #14AEBC;
}
.BgClassName
{
background-color: #14AEBC;
}
</style>
border-color css
<style>
span { border-color: #14AEBC; }
span { border-color: rgb(20,174,188); }
td.TdClassName
{
border-color: #14AEBC;
}
.TagClassName
{
border-color: #14AEBC;
}
</style>