Shades of Iris Blue #14ABCB
Tints of Iris Blue #14ABCB
RGB
CMYK
RGB Variations
Color information
#14ABCB (or 0x14ABCB) is known color: Iris Blue. HEX triplet: 14, AB and CB. RGB value is (20,171,203). Sum of RGB (Red+Green+Blue) = 20+171+203=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #14ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABCB is #EB5434. Grayscale: #818181. Windows color (decimal): -15422517 or 13347604. OLE color: 13347604.
HSL color Cylindrical-coordinate representation of color #14ABCB: hue angle of 190.49º 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 #14ABCB is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 171 | 203 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.20 |
| HSL | 190.49º | 0.82% | 0.44% | - |
| HSV(B) | 190.49º | 0.9% | 0.8% | - |
| XYZ | 25.63 | 33.59 | 61.63 | - |
| YUV | 129.5 | 169.47 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 203 | 0.90 | 0.16 | 0 | 0.20 | 190.49 | 0.82 | 0.44 |
| Hex | 14 | AB | CB | 5A | 10 | 0 | 14 | BE | 52 | 2C |
| Octal | 24 | 253 | 313 | 132 | 20 | 0 | 24 | 276 | 122 | 54 |
| Binary | 10100 | 10101011 | 11001011 | 1011010 | 10000 | 0 | 10100 | 10111110 | 1010010 | 101100 |
Color Harmonies of #14ABCB
Complementary color
Monochromatic Colors of #14ABCB
Black with #14ABCB
Text Example
Text Example
White with #14ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABCB; }
p { color: rgb(20,171,203); }
H1.HeaderClassName
{
color: #14ABCB;
}
.AnyTagClassName
{
color: #14ABCB;
}
</style>
background-color css
<style>
a { background-color: #14ABCB; }
a { background-color: rgb(20,171,203); }
div.DivClassName
{
background-color: #14ABCB;
}
.BgClassName
{
background-color: #14ABCB;
}
</style>
border-color css
<style>
span { border-color: #14ABCB; }
span { border-color: rgb(20,171,203); }
td.TdClassName
{
border-color: #14ABCB;
}
.TagClassName
{
border-color: #14ABCB;
}
</style>