Shades of Iris Blue #14ABDD
Tints of Iris Blue #14ABDD
RGB
CMYK
RGB Variations
Color information
#14ABDD (or 0x14ABDD) is known color: Iris Blue. HEX triplet: 14, AB and DD. RGB value is (20,171,221). Sum of RGB (Red+Green+Blue) = 20+171+221=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #14ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABDD is #EB5422. Grayscale: #838383. Windows color (decimal): -15422499 or 14527252. OLE color: 14527252.
HSL color Cylindrical-coordinate representation of color #14ABDD: hue angle of 194.93º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ABDD is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 171 | 221 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.13 |
| HSL | 194.93º | 0.83% | 0.47% | - |
| HSV(B) | 194.93º | 0.91% | 0.87% | - |
| XYZ | 27.9 | 34.5 | 73.59 | - |
| YUV | 131.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 221 | 0.91 | 0.23 | 0 | 0.13 | 194.93 | 0.83 | 0.47 |
| Hex | 14 | AB | DD | 5B | 17 | 0 | D | C3 | 53 | 2F |
| Octal | 24 | 253 | 335 | 133 | 27 | 0 | 15 | 303 | 123 | 57 |
| Binary | 10100 | 10101011 | 11011101 | 1011011 | 10111 | 0 | 1101 | 11000011 | 1010011 | 101111 |
Color Harmonies of #14ABDD
Complementary color
Monochromatic Colors of #14ABDD
Black with #14ABDD
Text Example
Text Example
White with #14ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABDD; }
p { color: rgb(20,171,221); }
H1.HeaderClassName
{
color: #14ABDD;
}
.AnyTagClassName
{
color: #14ABDD;
}
</style>
background-color css
<style>
a { background-color: #14ABDD; }
a { background-color: rgb(20,171,221); }
div.DivClassName
{
background-color: #14ABDD;
}
.BgClassName
{
background-color: #14ABDD;
}
</style>
border-color css
<style>
span { border-color: #14ABDD; }
span { border-color: rgb(20,171,221); }
td.TdClassName
{
border-color: #14ABDD;
}
.TagClassName
{
border-color: #14ABDD;
}
</style>