Shades of Iris Blue #14A8BB
Tints of Iris Blue #14A8BB
RGB
CMYK
RGB Variations
Color information
#14A8BB (or 0x14A8BB) is known color: Iris Blue. HEX triplet: 14, A8 and BB. RGB value is (20,168,187). Sum of RGB (Red+Green+Blue) = 20+168+187=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #14A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8BB is #EB5744. Grayscale: #7D7D7D. Windows color (decimal): -15423301 or 12298260. OLE color: 12298260.
HSL color Cylindrical-coordinate representation of color #14A8BB: hue angle of 186.83º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A8BB is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 168 | 187 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.27 |
| HSL | 186.83º | 0.81% | 0.41% | - |
| HSV(B) | 186.83º | 0.89% | 0.73% | - |
| XYZ | 23.26 | 31.74 | 51.91 | - |
| YUV | 125.91 | 162.47 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 187 | 0.89 | 0.10 | 0 | 0.27 | 186.83 | 0.81 | 0.41 |
| Hex | 14 | A8 | BB | 59 | A | 0 | 1B | BB | 51 | 29 |
| Octal | 24 | 250 | 273 | 131 | 12 | 0 | 33 | 273 | 121 | 51 |
| Binary | 10100 | 10101000 | 10111011 | 1011001 | 1010 | 0 | 11011 | 10111011 | 1010001 | 101001 |
Color Harmonies of #14A8BB
Complementary color
Monochromatic Colors of #14A8BB
Black with #14A8BB
Text Example
Text Example
White with #14A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8BB; }
p { color: rgb(20,168,187); }
H1.HeaderClassName
{
color: #14A8BB;
}
.AnyTagClassName
{
color: #14A8BB;
}
</style>
background-color css
<style>
a { background-color: #14A8BB; }
a { background-color: rgb(20,168,187); }
div.DivClassName
{
background-color: #14A8BB;
}
.BgClassName
{
background-color: #14A8BB;
}
</style>
border-color css
<style>
span { border-color: #14A8BB; }
span { border-color: rgb(20,168,187); }
td.TdClassName
{
border-color: #14A8BB;
}
.TagClassName
{
border-color: #14A8BB;
}
</style>