Shades of Iris Blue #14ABDE
Tints of Iris Blue #14ABDE
RGB
CMYK
RGB Variations
Color information
#14ABDE (or 0x14ABDE) is known color: Iris Blue. HEX triplet: 14, AB and DE. RGB value is (20,171,222). Sum of RGB (Red+Green+Blue) = 20+171+222=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #14ABDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABDE is #EB5421. Grayscale: #838383. Windows color (decimal): -15422498 or 14592788. OLE color: 14592788.
HSL color Cylindrical-coordinate representation of color #14ABDE: hue angle of 195.15º 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 #14ABDE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 171 | 222 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.13 |
| HSL | 195.15º | 0.83% | 0.47% | - |
| HSV(B) | 195.15º | 0.91% | 0.87% | - |
| XYZ | 28.04 | 34.55 | 74.3 | - |
| YUV | 131.67 | 178.97 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 222 | 0.91 | 0.23 | 0 | 0.13 | 195.15 | 0.83 | 0.47 |
| Hex | 14 | AB | DE | 5B | 17 | 0 | D | C3 | 53 | 2F |
| Octal | 24 | 253 | 336 | 133 | 27 | 0 | 15 | 303 | 123 | 57 |
| Binary | 10100 | 10101011 | 11011110 | 1011011 | 10111 | 0 | 1101 | 11000011 | 1010011 | 101111 |
Color Harmonies of #14ABDE
Complementary color
Monochromatic Colors of #14ABDE
Black with #14ABDE
Text Example
Text Example
White with #14ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABDE; }
p { color: rgb(20,171,222); }
H1.HeaderClassName
{
color: #14ABDE;
}
.AnyTagClassName
{
color: #14ABDE;
}
</style>
background-color css
<style>
a { background-color: #14ABDE; }
a { background-color: rgb(20,171,222); }
div.DivClassName
{
background-color: #14ABDE;
}
.BgClassName
{
background-color: #14ABDE;
}
</style>
border-color css
<style>
span { border-color: #14ABDE; }
span { border-color: rgb(20,171,222); }
td.TdClassName
{
border-color: #14ABDE;
}
.TagClassName
{
border-color: #14ABDE;
}
</style>