Shades of Iris Blue #14A8BC
Tints of Iris Blue #14A8BC
RGB
CMYK
RGB Variations
Color information
#14A8BC (or 0x14A8BC) is known color: Iris Blue. HEX triplet: 14, A8 and BC. RGB value is (20,168,188). Sum of RGB (Red+Green+Blue) = 20+168+188=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #14A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8BC is #EB5743. Grayscale: #7D7D7D. Windows color (decimal): -15423300 or 12363796. OLE color: 12363796.
HSL color Cylindrical-coordinate representation of color #14A8BC: hue angle of 187.14º 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 #14A8BC is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 168 | 188 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.26 |
| HSL | 187.14º | 0.81% | 0.41% | - |
| HSV(B) | 187.14º | 0.89% | 0.74% | - |
| XYZ | 23.37 | 31.78 | 52.48 | - |
| YUV | 126.03 | 162.97 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 188 | 0.89 | 0.11 | 0 | 0.26 | 187.14 | 0.81 | 0.41 |
| Hex | 14 | A8 | BC | 59 | B | 0 | 1A | BB | 51 | 29 |
| Octal | 24 | 250 | 274 | 131 | 13 | 0 | 32 | 273 | 121 | 51 |
| Binary | 10100 | 10101000 | 10111100 | 1011001 | 1011 | 0 | 11010 | 10111011 | 1010001 | 101001 |
Color Harmonies of #14A8BC
Complementary color
Monochromatic Colors of #14A8BC
Black with #14A8BC
Text Example
Text Example
White with #14A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8BC; }
p { color: rgb(20,168,188); }
H1.HeaderClassName
{
color: #14A8BC;
}
.AnyTagClassName
{
color: #14A8BC;
}
</style>
background-color css
<style>
a { background-color: #14A8BC; }
a { background-color: rgb(20,168,188); }
div.DivClassName
{
background-color: #14A8BC;
}
.BgClassName
{
background-color: #14A8BC;
}
</style>
border-color css
<style>
span { border-color: #14A8BC; }
span { border-color: rgb(20,168,188); }
td.TdClassName
{
border-color: #14A8BC;
}
.TagClassName
{
border-color: #14A8BC;
}
</style>