Shades of Iris Blue #14ADBA
Tints of Iris Blue #14ADBA
RGB
CMYK
RGB Variations
Color information
#14ADBA (or 0x14ADBA) is known color: Iris Blue. HEX triplet: 14, AD and BA. RGB value is (20,173,186). Sum of RGB (Red+Green+Blue) = 20+173+186=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #14ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADBA is #EB5245. Grayscale: #808080. Windows color (decimal): -15422022 or 12234004. OLE color: 12234004.
HSL color Cylindrical-coordinate representation of color #14ADBA: hue angle of 184.7º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ADBA is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 173 | 186 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.27 |
| HSL | 184.7º | 0.81% | 0.4% | - |
| HSV(B) | 184.7º | 0.89% | 0.73% | - |
| XYZ | 24.09 | 33.58 | 51.67 | - |
| YUV | 128.74 | 160.31 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 186 | 0.89 | 0.07 | 0 | 0.27 | 184.7 | 0.81 | 0.4 |
| Hex | 14 | AD | BA | 59 | 7 | 0 | 1B | B9 | 51 | 28 |
| Octal | 24 | 255 | 272 | 131 | 7 | 0 | 33 | 271 | 121 | 50 |
| Binary | 10100 | 10101101 | 10111010 | 1011001 | 111 | 0 | 11011 | 10111001 | 1010001 | 101000 |
Color Harmonies of #14ADBA
Complementary color
Monochromatic Colors of #14ADBA
Black with #14ADBA
Text Example
Text Example
White with #14ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADBA; }
p { color: rgb(20,173,186); }
H1.HeaderClassName
{
color: #14ADBA;
}
.AnyTagClassName
{
color: #14ADBA;
}
</style>
background-color css
<style>
a { background-color: #14ADBA; }
a { background-color: rgb(20,173,186); }
div.DivClassName
{
background-color: #14ADBA;
}
.BgClassName
{
background-color: #14ADBA;
}
</style>
border-color css
<style>
span { border-color: #14ADBA; }
span { border-color: rgb(20,173,186); }
td.TdClassName
{
border-color: #14ADBA;
}
.TagClassName
{
border-color: #14ADBA;
}
</style>