Shades of Iris Blue #14AFDB
Tints of Iris Blue #14AFDB
RGB
CMYK
RGB Variations
Color information
#14AFDB (or 0x14AFDB) is known color: Iris Blue. HEX triplet: 14, AF and DB. RGB value is (20,175,219). Sum of RGB (Red+Green+Blue) = 20+175+219=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #14AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFDB is #EB5024. Grayscale: #858585. Windows color (decimal): -15421477 or 14397204. OLE color: 14397204.
HSL color Cylindrical-coordinate representation of color #14AFDB: hue angle of 193.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14AFDB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 175 | 219 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.14 |
| HSL | 193.27º | 0.83% | 0.47% | - |
| HSV(B) | 193.27º | 0.91% | 0.86% | - |
| XYZ | 28.4 | 35.92 | 72.45 | - |
| YUV | 133.67 | 176.15 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 219 | 0.91 | 0.20 | 0 | 0.14 | 193.27 | 0.83 | 0.47 |
| Hex | 14 | AF | DB | 5B | 14 | 0 | E | C1 | 53 | 2F |
| Octal | 24 | 257 | 333 | 133 | 24 | 0 | 16 | 301 | 123 | 57 |
| Binary | 10100 | 10101111 | 11011011 | 1011011 | 10100 | 0 | 1110 | 11000001 | 1010011 | 101111 |
Color Harmonies of #14AFDB
Complementary color
Monochromatic Colors of #14AFDB
Black with #14AFDB
Text Example
Text Example
White with #14AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AFDB; }
p { color: rgb(20,175,219); }
H1.HeaderClassName
{
color: #14AFDB;
}
.AnyTagClassName
{
color: #14AFDB;
}
</style>
background-color css
<style>
a { background-color: #14AFDB; }
a { background-color: rgb(20,175,219); }
div.DivClassName
{
background-color: #14AFDB;
}
.BgClassName
{
background-color: #14AFDB;
}
</style>
border-color css
<style>
span { border-color: #14AFDB; }
span { border-color: rgb(20,175,219); }
td.TdClassName
{
border-color: #14AFDB;
}
.TagClassName
{
border-color: #14AFDB;
}
</style>