Shades of Iris Blue #14ADBE
Tints of Iris Blue #14ADBE
RGB
CMYK
RGB Variations
Color information
#14ADBE (or 0x14ADBE) is known color: Iris Blue. HEX triplet: 14, AD and BE. RGB value is (20,173,190). Sum of RGB (Red+Green+Blue) = 20+173+190=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #14ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADBE is #EB5241. Grayscale: #808080. Windows color (decimal): -15422018 or 12496148. OLE color: 12496148.
HSL color Cylindrical-coordinate representation of color #14ADBE: hue angle of 186º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ADBE is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 173 | 190 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.25 |
| HSL | 186º | 0.81% | 0.41% | - |
| HSV(B) | 186º | 0.89% | 0.75% | - |
| XYZ | 24.53 | 33.75 | 53.94 | - |
| YUV | 129.19 | 162.31 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 190 | 0.89 | 0.09 | 0 | 0.25 | 186 | 0.81 | 0.41 |
| Hex | 14 | AD | BE | 59 | 9 | 0 | 19 | BA | 51 | 29 |
| Octal | 24 | 255 | 276 | 131 | 11 | 0 | 31 | 272 | 121 | 51 |
| Binary | 10100 | 10101101 | 10111110 | 1011001 | 1001 | 0 | 11001 | 10111010 | 1010001 | 101001 |
Color Harmonies of #14ADBE
Complementary color
Monochromatic Colors of #14ADBE
Black with #14ADBE
Text Example
Text Example
White with #14ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADBE; }
p { color: rgb(20,173,190); }
H1.HeaderClassName
{
color: #14ADBE;
}
.AnyTagClassName
{
color: #14ADBE;
}
</style>
background-color css
<style>
a { background-color: #14ADBE; }
a { background-color: rgb(20,173,190); }
div.DivClassName
{
background-color: #14ADBE;
}
.BgClassName
{
background-color: #14ADBE;
}
</style>
border-color css
<style>
span { border-color: #14ADBE; }
span { border-color: rgb(20,173,190); }
td.TdClassName
{
border-color: #14ADBE;
}
.TagClassName
{
border-color: #14ADBE;
}
</style>