Shades of Iris Blue #14AABF
Tints of Iris Blue #14AABF
RGB
CMYK
RGB Variations
Color information
#14AABF (or 0x14AABF) is known color: Iris Blue. HEX triplet: 14, AA and BF. RGB value is (20,170,191). Sum of RGB (Red+Green+Blue) = 20+170+191=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #14AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AABF is #EB5540. Grayscale: #7F7F7F. Windows color (decimal): -15422785 or 12560916. OLE color: 12560916.
HSL color Cylindrical-coordinate representation of color #14AABF: hue angle of 187.37º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AABF is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 170 | 191 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.25 |
| HSL | 187.37º | 0.81% | 0.41% | - |
| HSV(B) | 187.37º | 0.9% | 0.75% | - |
| XYZ | 24.07 | 32.66 | 54.33 | - |
| YUV | 127.54 | 163.81 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 191 | 0.90 | 0.11 | 0 | 0.25 | 187.37 | 0.81 | 0.41 |
| Hex | 14 | AA | BF | 5A | B | 0 | 19 | BB | 51 | 29 |
| Octal | 24 | 252 | 277 | 132 | 13 | 0 | 31 | 273 | 121 | 51 |
| Binary | 10100 | 10101010 | 10111111 | 1011010 | 1011 | 0 | 11001 | 10111011 | 1010001 | 101001 |
Color Harmonies of #14AABF
Complementary color
Monochromatic Colors of #14AABF
Black with #14AABF
Text Example
Text Example
White with #14AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AABF; }
p { color: rgb(20,170,191); }
H1.HeaderClassName
{
color: #14AABF;
}
.AnyTagClassName
{
color: #14AABF;
}
</style>
background-color css
<style>
a { background-color: #14AABF; }
a { background-color: rgb(20,170,191); }
div.DivClassName
{
background-color: #14AABF;
}
.BgClassName
{
background-color: #14AABF;
}
</style>
border-color css
<style>
span { border-color: #14AABF; }
span { border-color: rgb(20,170,191); }
td.TdClassName
{
border-color: #14AABF;
}
.TagClassName
{
border-color: #14AABF;
}
</style>