Shades of Iris Blue #14A7DB
Tints of Iris Blue #14A7DB
RGB
CMYK
RGB Variations
Color information
#14A7DB (or 0x14A7DB) is known color: Iris Blue. HEX triplet: 14, A7 and DB. RGB value is (20,167,219). Sum of RGB (Red+Green+Blue) = 20+167+219=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #14A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A7DB is #EB5824. Grayscale: #808080. Windows color (decimal): -15423525 or 14395156. OLE color: 14395156.
HSL color Cylindrical-coordinate representation of color #14A7DB: hue angle of 195.68º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A7DB is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 167 | 219 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.14 |
| HSL | 195.68º | 0.83% | 0.47% | - |
| HSV(B) | 195.68º | 0.91% | 0.86% | - |
| XYZ | 26.89 | 32.9 | 71.95 | - |
| YUV | 128.98 | 178.8 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 167 | 219 | 0.91 | 0.24 | 0 | 0.14 | 195.68 | 0.83 | 0.47 |
| Hex | 14 | A7 | DB | 5B | 18 | 0 | E | C4 | 53 | 2F |
| Octal | 24 | 247 | 333 | 133 | 30 | 0 | 16 | 304 | 123 | 57 |
| Binary | 10100 | 10100111 | 11011011 | 1011011 | 11000 | 0 | 1110 | 11000100 | 1010011 | 101111 |
Color Harmonies of #14A7DB
Complementary color
Monochromatic Colors of #14A7DB
Black with #14A7DB
Text Example
Text Example
White with #14A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A7DB; }
p { color: rgb(20,167,219); }
H1.HeaderClassName
{
color: #14A7DB;
}
.AnyTagClassName
{
color: #14A7DB;
}
</style>
background-color css
<style>
a { background-color: #14A7DB; }
a { background-color: rgb(20,167,219); }
div.DivClassName
{
background-color: #14A7DB;
}
.BgClassName
{
background-color: #14A7DB;
}
</style>
border-color css
<style>
span { border-color: #14A7DB; }
span { border-color: rgb(20,167,219); }
td.TdClassName
{
border-color: #14A7DB;
}
.TagClassName
{
border-color: #14A7DB;
}
</style>