Shades of Iris Blue #14A8C4
Tints of Iris Blue #14A8C4
RGB
CMYK
RGB Variations
Color information
#14A8C4 (or 0x14A8C4) is known color: Iris Blue. HEX triplet: 14, A8 and C4. RGB value is (20,168,196). Sum of RGB (Red+Green+Blue) = 20+168+196=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #14A8C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8C4 is #EB573B. Grayscale: #7E7E7E. Windows color (decimal): -15423292 or 12888084. OLE color: 12888084.
HSL color Cylindrical-coordinate representation of color #14A8C4: hue angle of 189.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A8C4 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 168 | 196 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.23 |
| HSL | 189.55º | 0.81% | 0.42% | - |
| HSV(B) | 189.55º | 0.9% | 0.77% | - |
| XYZ | 24.25 | 32.14 | 57.15 | - |
| YUV | 126.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 196 | 0.90 | 0.14 | 0 | 0.23 | 189.55 | 0.81 | 0.42 |
| Hex | 14 | A8 | C4 | 5A | E | 0 | 17 | BE | 51 | 2A |
| Octal | 24 | 250 | 304 | 132 | 16 | 0 | 27 | 276 | 121 | 52 |
| Binary | 10100 | 10101000 | 11000100 | 1011010 | 1110 | 0 | 10111 | 10111110 | 1010001 | 101010 |
Color Harmonies of #14A8C4
Complementary color
Monochromatic Colors of #14A8C4
Black with #14A8C4
Text Example
Text Example
White with #14A8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A8C4; }
p { color: rgb(20,168,196); }
H1.HeaderClassName
{
color: #14A8C4;
}
.AnyTagClassName
{
color: #14A8C4;
}
</style>
background-color css
<style>
a { background-color: #14A8C4; }
a { background-color: rgb(20,168,196); }
div.DivClassName
{
background-color: #14A8C4;
}
.BgClassName
{
background-color: #14A8C4;
}
</style>
border-color css
<style>
span { border-color: #14A8C4; }
span { border-color: rgb(20,168,196); }
td.TdClassName
{
border-color: #14A8C4;
}
.TagClassName
{
border-color: #14A8C4;
}
</style>