Shades of Iris Blue #14BDD9
Tints of Iris Blue #14BDD9
RGB
CMYK
RGB Variations
Color information
#14BDD9 (or 0x14BDD9) is known color: Iris Blue. HEX triplet: 14, BD and D9. RGB value is (20,189,217). Sum of RGB (Red+Green+Blue) = 20+189+217=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #14BDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDD9 is #EB4226. Grayscale: #8D8D8D. Windows color (decimal): -15417895 or 14269716. OLE color: 14269716.
HSL color Cylindrical-coordinate representation of color #14BDD9: hue angle of 188.53º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BDD9 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 189 | 217 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.15 |
| HSL | 188.53º | 0.83% | 0.46% | - |
| HSV(B) | 188.53º | 0.91% | 0.85% | - |
| XYZ | 31.01 | 41.55 | 72.03 | - |
| YUV | 141.66 | 170.51 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 217 | 0.91 | 0.13 | 0 | 0.15 | 188.53 | 0.83 | 0.46 |
| Hex | 14 | BD | D9 | 5B | D | 0 | F | BD | 53 | 2E |
| Octal | 24 | 275 | 331 | 133 | 15 | 0 | 17 | 275 | 123 | 56 |
| Binary | 10100 | 10111101 | 11011001 | 1011011 | 1101 | 0 | 1111 | 10111101 | 1010011 | 101110 |
Color Harmonies of #14BDD9
Complementary color
Monochromatic Colors of #14BDD9
Black with #14BDD9
Text Example
Text Example
White with #14BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDD9; }
p { color: rgb(20,189,217); }
H1.HeaderClassName
{
color: #14BDD9;
}
.AnyTagClassName
{
color: #14BDD9;
}
</style>
background-color css
<style>
a { background-color: #14BDD9; }
a { background-color: rgb(20,189,217); }
div.DivClassName
{
background-color: #14BDD9;
}
.BgClassName
{
background-color: #14BDD9;
}
</style>
border-color css
<style>
span { border-color: #14BDD9; }
span { border-color: rgb(20,189,217); }
td.TdClassName
{
border-color: #14BDD9;
}
.TagClassName
{
border-color: #14BDD9;
}
</style>