Shades of Iris Blue #14A8BE
Tints of Iris Blue #14A8BE
RGB
CMYK
RGB Variations
Color information
#14A8BE (or 0x14A8BE) is known color: Iris Blue. HEX triplet: 14, A8 and BE. RGB value is (20,168,190). Sum of RGB (Red+Green+Blue) = 20+168+190=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #14A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8BE is #EB5741. Grayscale: #7E7E7E. Windows color (decimal): -15423298 or 12494868. OLE color: 12494868.
HSL color Cylindrical-coordinate representation of color #14A8BE: hue angle of 187.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A8BE is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 168 | 190 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.25 |
| HSL | 187.76º | 0.81% | 0.41% | - |
| HSV(B) | 187.76º | 0.89% | 0.75% | - |
| XYZ | 23.59 | 31.87 | 53.62 | - |
| YUV | 126.26 | 163.97 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 190 | 0.89 | 0.12 | 0 | 0.25 | 187.76 | 0.81 | 0.41 |
| Hex | 14 | A8 | BE | 59 | C | 0 | 19 | BC | 51 | 29 |
| Octal | 24 | 250 | 276 | 131 | 14 | 0 | 31 | 274 | 121 | 51 |
| Binary | 10100 | 10101000 | 10111110 | 1011001 | 1100 | 0 | 11001 | 10111100 | 1010001 | 101001 |
Color Harmonies of #14A8BE
Complementary color
Monochromatic Colors of #14A8BE
Black with #14A8BE
Text Example
Text Example
White with #14A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8BE; }
p { color: rgb(20,168,190); }
H1.HeaderClassName
{
color: #14A8BE;
}
.AnyTagClassName
{
color: #14A8BE;
}
</style>
background-color css
<style>
a { background-color: #14A8BE; }
a { background-color: rgb(20,168,190); }
div.DivClassName
{
background-color: #14A8BE;
}
.BgClassName
{
background-color: #14A8BE;
}
</style>
border-color css
<style>
span { border-color: #14A8BE; }
span { border-color: rgb(20,168,190); }
td.TdClassName
{
border-color: #14A8BE;
}
.TagClassName
{
border-color: #14A8BE;
}
</style>