Shades of Iris Blue #14ABCD
Tints of Iris Blue #14ABCD
RGB
CMYK
RGB Variations
Color information
#14ABCD (or 0x14ABCD) is known color: Iris Blue. HEX triplet: 14, AB and CD. RGB value is (20,171,205). Sum of RGB (Red+Green+Blue) = 20+171+205=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #14ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABCD is #EB5432. Grayscale: #818181. Windows color (decimal): -15422515 or 13478676. OLE color: 13478676.
HSL color Cylindrical-coordinate representation of color #14ABCD: hue angle of 191.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14ABCD is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 171 | 205 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.20 |
| HSL | 191.03º | 0.82% | 0.44% | - |
| HSV(B) | 191.03º | 0.9% | 0.8% | - |
| XYZ | 25.87 | 33.68 | 62.9 | - |
| YUV | 129.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 205 | 0.90 | 0.17 | 0 | 0.20 | 191.03 | 0.82 | 0.44 |
| Hex | 14 | AB | CD | 5A | 11 | 0 | 14 | BF | 52 | 2C |
| Octal | 24 | 253 | 315 | 132 | 21 | 0 | 24 | 277 | 122 | 54 |
| Binary | 10100 | 10101011 | 11001101 | 1011010 | 10001 | 0 | 10100 | 10111111 | 1010010 | 101100 |
Color Harmonies of #14ABCD
Complementary color
Monochromatic Colors of #14ABCD
Black with #14ABCD
Text Example
Text Example
White with #14ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABCD; }
p { color: rgb(20,171,205); }
H1.HeaderClassName
{
color: #14ABCD;
}
.AnyTagClassName
{
color: #14ABCD;
}
</style>
background-color css
<style>
a { background-color: #14ABCD; }
a { background-color: rgb(20,171,205); }
div.DivClassName
{
background-color: #14ABCD;
}
.BgClassName
{
background-color: #14ABCD;
}
</style>
border-color css
<style>
span { border-color: #14ABCD; }
span { border-color: rgb(20,171,205); }
td.TdClassName
{
border-color: #14ABCD;
}
.TagClassName
{
border-color: #14ABCD;
}
</style>