Shades of Iris Blue #14ABBC
Tints of Iris Blue #14ABBC
RGB
CMYK
RGB Variations
Color information
#14ABBC (or 0x14ABBC) is known color: Iris Blue. HEX triplet: 14, AB and BC. RGB value is (20,171,188). Sum of RGB (Red+Green+Blue) = 20+171+188=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #14ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABBC is #EB5443. Grayscale: #7F7F7F. Windows color (decimal): -15422532 or 12364564. OLE color: 12364564.
HSL color Cylindrical-coordinate representation of color #14ABBC: hue angle of 186.07º 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 #14ABBC is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 171 | 188 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.26 |
| HSL | 186.07º | 0.81% | 0.41% | - |
| HSV(B) | 186.07º | 0.89% | 0.74% | - |
| XYZ | 23.93 | 32.91 | 52.67 | - |
| YUV | 127.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 188 | 0.89 | 0.09 | 0 | 0.26 | 186.07 | 0.81 | 0.41 |
| Hex | 14 | AB | BC | 59 | 9 | 0 | 1A | BA | 51 | 29 |
| Octal | 24 | 253 | 274 | 131 | 11 | 0 | 32 | 272 | 121 | 51 |
| Binary | 10100 | 10101011 | 10111100 | 1011001 | 1001 | 0 | 11010 | 10111010 | 1010001 | 101001 |
Color Harmonies of #14ABBC
Complementary color
Monochromatic Colors of #14ABBC
Black with #14ABBC
Text Example
Text Example
White with #14ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABBC; }
p { color: rgb(20,171,188); }
H1.HeaderClassName
{
color: #14ABBC;
}
.AnyTagClassName
{
color: #14ABBC;
}
</style>
background-color css
<style>
a { background-color: #14ABBC; }
a { background-color: rgb(20,171,188); }
div.DivClassName
{
background-color: #14ABBC;
}
.BgClassName
{
background-color: #14ABBC;
}
</style>
border-color css
<style>
span { border-color: #14ABBC; }
span { border-color: rgb(20,171,188); }
td.TdClassName
{
border-color: #14ABBC;
}
.TagClassName
{
border-color: #14ABBC;
}
</style>