Shades of Iris Blue #14ABCC
Tints of Iris Blue #14ABCC
RGB
CMYK
RGB Variations
Color information
#14ABCC (or 0x14ABCC) is known color: Iris Blue. HEX triplet: 14, AB and CC. RGB value is (20,171,204). Sum of RGB (Red+Green+Blue) = 20+171+204=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #14ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABCC is #EB5433. Grayscale: #818181. Windows color (decimal): -15422516 or 13413140. OLE color: 13413140.
HSL color Cylindrical-coordinate representation of color #14ABCC: hue angle of 190.76º 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 #14ABCC is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 171 | 204 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.2 |
| HSL | 190.76º | 0.82% | 0.44% | - |
| HSV(B) | 190.76º | 0.9% | 0.8% | - |
| XYZ | 25.75 | 33.63 | 62.26 | - |
| YUV | 129.61 | 169.97 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 204 | 0.90 | 0.16 | 0 | 0.2 | 190.76 | 0.82 | 0.44 |
| Hex | 14 | AB | CC | 5A | 10 | 0 | 14 | BF | 52 | 2C |
| Octal | 24 | 253 | 314 | 132 | 20 | 0 | 24 | 277 | 122 | 54 |
| Binary | 10100 | 10101011 | 11001100 | 1011010 | 10000 | 0 | 10100 | 10111111 | 1010010 | 101100 |
Color Harmonies of #14ABCC
Complementary color
Monochromatic Colors of #14ABCC
Black with #14ABCC
Text Example
Text Example
White with #14ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABCC; }
p { color: rgb(20,171,204); }
H1.HeaderClassName
{
color: #14ABCC;
}
.AnyTagClassName
{
color: #14ABCC;
}
</style>
background-color css
<style>
a { background-color: #14ABCC; }
a { background-color: rgb(20,171,204); }
div.DivClassName
{
background-color: #14ABCC;
}
.BgClassName
{
background-color: #14ABCC;
}
</style>
border-color css
<style>
span { border-color: #14ABCC; }
span { border-color: rgb(20,171,204); }
td.TdClassName
{
border-color: #14ABCC;
}
.TagClassName
{
border-color: #14ABCC;
}
</style>