Shades of Iris Blue #14AABA
Tints of Iris Blue #14AABA
RGB
CMYK
RGB Variations
Color information
#14AABA (or 0x14AABA) is known color: Iris Blue. HEX triplet: 14, AA and BA. RGB value is (20,170,186). Sum of RGB (Red+Green+Blue) = 20+170+186=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #14AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AABA is #EB5545. Grayscale: #7E7E7E. Windows color (decimal): -15422790 or 12233236. OLE color: 12233236.
HSL color Cylindrical-coordinate representation of color #14AABA: hue angle of 185.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AABA is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 170 | 186 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.27 |
| HSL | 185.78º | 0.81% | 0.4% | - |
| HSV(B) | 185.78º | 0.89% | 0.73% | - |
| XYZ | 23.53 | 32.44 | 51.48 | - |
| YUV | 126.97 | 161.31 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 186 | 0.89 | 0.09 | 0 | 0.27 | 185.78 | 0.81 | 0.4 |
| Hex | 14 | AA | BA | 59 | 9 | 0 | 1B | BA | 51 | 28 |
| Octal | 24 | 252 | 272 | 131 | 11 | 0 | 33 | 272 | 121 | 50 |
| Binary | 10100 | 10101010 | 10111010 | 1011001 | 1001 | 0 | 11011 | 10111010 | 1010001 | 101000 |
Color Harmonies of #14AABA
Complementary color
Monochromatic Colors of #14AABA
Black with #14AABA
Text Example
Text Example
White with #14AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AABA; }
p { color: rgb(20,170,186); }
H1.HeaderClassName
{
color: #14AABA;
}
.AnyTagClassName
{
color: #14AABA;
}
</style>
background-color css
<style>
a { background-color: #14AABA; }
a { background-color: rgb(20,170,186); }
div.DivClassName
{
background-color: #14AABA;
}
.BgClassName
{
background-color: #14AABA;
}
</style>
border-color css
<style>
span { border-color: #14AABA; }
span { border-color: rgb(20,170,186); }
td.TdClassName
{
border-color: #14AABA;
}
.TagClassName
{
border-color: #14AABA;
}
</style>