Shades of Iris Blue #14ABBD
Tints of Iris Blue #14ABBD
RGB
CMYK
RGB Variations
Color information
#14ABBD (or 0x14ABBD) is known color: Iris Blue. HEX triplet: 14, AB and BD. RGB value is (20,171,189). Sum of RGB (Red+Green+Blue) = 20+171+189=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #14ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABBD is #EB5442. Grayscale: #7F7F7F. Windows color (decimal): -15422531 or 12430100. OLE color: 12430100.
HSL color Cylindrical-coordinate representation of color #14ABBD: hue angle of 186.39º 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 #14ABBD is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 171 | 189 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.26 |
| HSL | 186.39º | 0.81% | 0.41% | - |
| HSV(B) | 186.39º | 0.89% | 0.74% | - |
| XYZ | 24.04 | 32.95 | 53.24 | - |
| YUV | 127.9 | 162.47 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 189 | 0.89 | 0.10 | 0 | 0.26 | 186.39 | 0.81 | 0.41 |
| Hex | 14 | AB | BD | 59 | A | 0 | 1A | BA | 51 | 29 |
| Octal | 24 | 253 | 275 | 131 | 12 | 0 | 32 | 272 | 121 | 51 |
| Binary | 10100 | 10101011 | 10111101 | 1011001 | 1010 | 0 | 11010 | 10111010 | 1010001 | 101001 |
Color Harmonies of #14ABBD
Complementary color
Monochromatic Colors of #14ABBD
Black with #14ABBD
Text Example
Text Example
White with #14ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABBD; }
p { color: rgb(20,171,189); }
H1.HeaderClassName
{
color: #14ABBD;
}
.AnyTagClassName
{
color: #14ABBD;
}
</style>
background-color css
<style>
a { background-color: #14ABBD; }
a { background-color: rgb(20,171,189); }
div.DivClassName
{
background-color: #14ABBD;
}
.BgClassName
{
background-color: #14ABBD;
}
</style>
border-color css
<style>
span { border-color: #14ABBD; }
span { border-color: rgb(20,171,189); }
td.TdClassName
{
border-color: #14ABBD;
}
.TagClassName
{
border-color: #14ABBD;
}
</style>