Shades of Iris Blue #14AADB
Tints of Iris Blue #14AADB
RGB
CMYK
RGB Variations
Color information
#14AADB (or 0x14AADB) is known color: Iris Blue. HEX triplet: 14, AA and DB. RGB value is (20,170,219). Sum of RGB (Red+Green+Blue) = 20+170+219=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #14AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AADB is #EB5524. Grayscale: #828282. Windows color (decimal): -15422757 or 14395924. OLE color: 14395924.
HSL color Cylindrical-coordinate representation of color #14AADB: hue angle of 194.77º 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 #14AADB is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 170 | 219 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.14 |
| HSL | 194.77º | 0.83% | 0.47% | - |
| HSV(B) | 194.77º | 0.91% | 0.86% | - |
| XYZ | 27.45 | 34.01 | 72.14 | - |
| YUV | 130.74 | 177.81 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 219 | 0.91 | 0.22 | 0 | 0.14 | 194.77 | 0.83 | 0.47 |
| Hex | 14 | AA | DB | 5B | 16 | 0 | E | C3 | 53 | 2F |
| Octal | 24 | 252 | 333 | 133 | 26 | 0 | 16 | 303 | 123 | 57 |
| Binary | 10100 | 10101010 | 11011011 | 1011011 | 10110 | 0 | 1110 | 11000011 | 1010011 | 101111 |
Color Harmonies of #14AADB
Complementary color
Monochromatic Colors of #14AADB
Black with #14AADB
Text Example
Text Example
White with #14AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AADB; }
p { color: rgb(20,170,219); }
H1.HeaderClassName
{
color: #14AADB;
}
.AnyTagClassName
{
color: #14AADB;
}
</style>
background-color css
<style>
a { background-color: #14AADB; }
a { background-color: rgb(20,170,219); }
div.DivClassName
{
background-color: #14AADB;
}
.BgClassName
{
background-color: #14AADB;
}
</style>
border-color css
<style>
span { border-color: #14AADB; }
span { border-color: rgb(20,170,219); }
td.TdClassName
{
border-color: #14AADB;
}
.TagClassName
{
border-color: #14AADB;
}
</style>