Shades of Iris Blue #14ADD9
Tints of Iris Blue #14ADD9
RGB
CMYK
RGB Variations
Color information
#14ADD9 (or 0x14ADD9) is known color: Iris Blue. HEX triplet: 14, AD and D9. RGB value is (20,173,217). Sum of RGB (Red+Green+Blue) = 20+173+217=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #14ADD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADD9 is #EB5226. Grayscale: #838383. Windows color (decimal): -15421991 or 14265620. OLE color: 14265620.
HSL color Cylindrical-coordinate representation of color #14ADD9: hue angle of 193.4º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ADD9 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 173 | 217 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.15 |
| HSL | 193.4º | 0.83% | 0.46% | - |
| HSV(B) | 193.4º | 0.91% | 0.85% | - |
| XYZ | 27.76 | 35.05 | 70.95 | - |
| YUV | 132.27 | 175.81 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 217 | 0.91 | 0.20 | 0 | 0.15 | 193.4 | 0.83 | 0.46 |
| Hex | 14 | AD | D9 | 5B | 14 | 0 | F | C1 | 53 | 2E |
| Octal | 24 | 255 | 331 | 133 | 24 | 0 | 17 | 301 | 123 | 56 |
| Binary | 10100 | 10101101 | 11011001 | 1011011 | 10100 | 0 | 1111 | 11000001 | 1010011 | 101110 |
Color Harmonies of #14ADD9
Complementary color
Monochromatic Colors of #14ADD9
Black with #14ADD9
Text Example
Text Example
White with #14ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADD9; }
p { color: rgb(20,173,217); }
H1.HeaderClassName
{
color: #14ADD9;
}
.AnyTagClassName
{
color: #14ADD9;
}
</style>
background-color css
<style>
a { background-color: #14ADD9; }
a { background-color: rgb(20,173,217); }
div.DivClassName
{
background-color: #14ADD9;
}
.BgClassName
{
background-color: #14ADD9;
}
</style>
border-color css
<style>
span { border-color: #14ADD9; }
span { border-color: rgb(20,173,217); }
td.TdClassName
{
border-color: #14ADD9;
}
.TagClassName
{
border-color: #14ADD9;
}
</style>