Shades of Iris Blue #14ADDA
Tints of Iris Blue #14ADDA
RGB
CMYK
RGB Variations
Color information
#14ADDA (or 0x14ADDA) is known color: Iris Blue. HEX triplet: 14, AD and DA. RGB value is (20,173,218). Sum of RGB (Red+Green+Blue) = 20+173+218=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #14ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADDA is #EB5225. Grayscale: #848484. Windows color (decimal): -15421990 or 14331156. OLE color: 14331156.
HSL color Cylindrical-coordinate representation of color #14ADDA: hue angle of 193.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ADDA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 173 | 218 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.15 |
| HSL | 193.64º | 0.83% | 0.47% | - |
| HSV(B) | 193.64º | 0.91% | 0.85% | - |
| XYZ | 27.89 | 35.1 | 71.63 | - |
| YUV | 132.38 | 176.31 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 218 | 0.91 | 0.21 | 0 | 0.15 | 193.64 | 0.83 | 0.47 |
| Hex | 14 | AD | DA | 5B | 15 | 0 | F | C2 | 53 | 2F |
| Octal | 24 | 255 | 332 | 133 | 25 | 0 | 17 | 302 | 123 | 57 |
| Binary | 10100 | 10101101 | 11011010 | 1011011 | 10101 | 0 | 1111 | 11000010 | 1010011 | 101111 |
Color Harmonies of #14ADDA
Complementary color
Monochromatic Colors of #14ADDA
Black with #14ADDA
Text Example
Text Example
White with #14ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADDA; }
p { color: rgb(20,173,218); }
H1.HeaderClassName
{
color: #14ADDA;
}
.AnyTagClassName
{
color: #14ADDA;
}
</style>
background-color css
<style>
a { background-color: #14ADDA; }
a { background-color: rgb(20,173,218); }
div.DivClassName
{
background-color: #14ADDA;
}
.BgClassName
{
background-color: #14ADDA;
}
</style>
border-color css
<style>
span { border-color: #14ADDA; }
span { border-color: rgb(20,173,218); }
td.TdClassName
{
border-color: #14ADDA;
}
.TagClassName
{
border-color: #14ADDA;
}
</style>