Shades of Iris Blue #14BDE1
Tints of Iris Blue #14BDE1
RGB
CMYK
RGB Variations
Color information
#14BDE1 (or 0x14BDE1) is known color: Iris Blue. HEX triplet: 14, BD and E1. RGB value is (20,189,225). Sum of RGB (Red+Green+Blue) = 20+189+225=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #14BDE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDE1 is #EB421E. Grayscale: #8E8E8E. Windows color (decimal): -15417887 or 14794004. OLE color: 14794004.
HSL color Cylindrical-coordinate representation of color #14BDE1: hue angle of 190.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BDE1 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 189 | 225 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.12 |
| HSL | 190.54º | 0.84% | 0.48% | - |
| HSV(B) | 190.54º | 0.91% | 0.88% | - |
| XYZ | 32.08 | 41.98 | 77.65 | - |
| YUV | 142.57 | 174.51 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 225 | 0.91 | 0.16 | 0 | 0.12 | 190.54 | 0.84 | 0.48 |
| Hex | 14 | BD | E1 | 5B | 10 | 0 | C | BF | 54 | 30 |
| Octal | 24 | 275 | 341 | 133 | 20 | 0 | 14 | 277 | 124 | 60 |
| Binary | 10100 | 10111101 | 11100001 | 1011011 | 10000 | 0 | 1100 | 10111111 | 1010100 | 110000 |
Color Harmonies of #14BDE1
Complementary color
Monochromatic Colors of #14BDE1
Black with #14BDE1
Text Example
Text Example
White with #14BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDE1; }
p { color: rgb(20,189,225); }
H1.HeaderClassName
{
color: #14BDE1;
}
.AnyTagClassName
{
color: #14BDE1;
}
</style>
background-color css
<style>
a { background-color: #14BDE1; }
a { background-color: rgb(20,189,225); }
div.DivClassName
{
background-color: #14BDE1;
}
.BgClassName
{
background-color: #14BDE1;
}
</style>
border-color css
<style>
span { border-color: #14BDE1; }
span { border-color: rgb(20,189,225); }
td.TdClassName
{
border-color: #14BDE1;
}
.TagClassName
{
border-color: #14BDE1;
}
</style>