Shades of Iris Blue #14A8BF
Tints of Iris Blue #14A8BF
RGB
CMYK
RGB Variations
Color information
#14A8BF (or 0x14A8BF) is known color: Iris Blue. HEX triplet: 14, A8 and BF. RGB value is (20,168,191). Sum of RGB (Red+Green+Blue) = 20+168+191=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #14A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8BF is #EB5740. Grayscale: #7E7E7E. Windows color (decimal): -15423297 or 12560404. OLE color: 12560404.
HSL color Cylindrical-coordinate representation of color #14A8BF: hue angle of 188.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A8BF is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 168 | 191 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.25 |
| HSL | 188.07º | 0.81% | 0.41% | - |
| HSV(B) | 188.07º | 0.9% | 0.75% | - |
| XYZ | 23.7 | 31.92 | 54.2 | - |
| YUV | 126.37 | 164.47 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 191 | 0.90 | 0.12 | 0 | 0.25 | 188.07 | 0.81 | 0.41 |
| Hex | 14 | A8 | BF | 5A | C | 0 | 19 | BC | 51 | 29 |
| Octal | 24 | 250 | 277 | 132 | 14 | 0 | 31 | 274 | 121 | 51 |
| Binary | 10100 | 10101000 | 10111111 | 1011010 | 1100 | 0 | 11001 | 10111100 | 1010001 | 101001 |
Color Harmonies of #14A8BF
Complementary color
Monochromatic Colors of #14A8BF
Black with #14A8BF
Text Example
Text Example
White with #14A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8BF; }
p { color: rgb(20,168,191); }
H1.HeaderClassName
{
color: #14A8BF;
}
.AnyTagClassName
{
color: #14A8BF;
}
</style>
background-color css
<style>
a { background-color: #14A8BF; }
a { background-color: rgb(20,168,191); }
div.DivClassName
{
background-color: #14A8BF;
}
.BgClassName
{
background-color: #14A8BF;
}
</style>
border-color css
<style>
span { border-color: #14A8BF; }
span { border-color: rgb(20,168,191); }
td.TdClassName
{
border-color: #14A8BF;
}
.TagClassName
{
border-color: #14A8BF;
}
</style>