Shades of Iris Blue #14BDDE
Tints of Iris Blue #14BDDE
RGB
CMYK
RGB Variations
Color information
#14BDDE (or 0x14BDDE) is known color: Iris Blue. HEX triplet: 14, BD and DE. RGB value is (20,189,222). Sum of RGB (Red+Green+Blue) = 20+189+222=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #14BDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDDE is #EB4221. Grayscale: #8D8D8D. Windows color (decimal): -15417890 or 14597396. OLE color: 14597396.
HSL color Cylindrical-coordinate representation of color #14BDDE: hue angle of 189.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BDDE is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 189 | 222 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.13 |
| HSL | 189.8º | 0.83% | 0.47% | - |
| HSV(B) | 189.8º | 0.91% | 0.87% | - |
| XYZ | 31.67 | 41.82 | 75.51 | - |
| YUV | 142.23 | 173.01 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 222 | 0.91 | 0.15 | 0 | 0.13 | 189.8 | 0.83 | 0.47 |
| Hex | 14 | BD | DE | 5B | F | 0 | D | BE | 53 | 2F |
| Octal | 24 | 275 | 336 | 133 | 17 | 0 | 15 | 276 | 123 | 57 |
| Binary | 10100 | 10111101 | 11011110 | 1011011 | 1111 | 0 | 1101 | 10111110 | 1010011 | 101111 |
Color Harmonies of #14BDDE
Complementary color
Monochromatic Colors of #14BDDE
Black with #14BDDE
Text Example
Text Example
White with #14BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDDE; }
p { color: rgb(20,189,222); }
H1.HeaderClassName
{
color: #14BDDE;
}
.AnyTagClassName
{
color: #14BDDE;
}
</style>
background-color css
<style>
a { background-color: #14BDDE; }
a { background-color: rgb(20,189,222); }
div.DivClassName
{
background-color: #14BDDE;
}
.BgClassName
{
background-color: #14BDDE;
}
</style>
border-color css
<style>
span { border-color: #14BDDE; }
span { border-color: rgb(20,189,222); }
td.TdClassName
{
border-color: #14BDDE;
}
.TagClassName
{
border-color: #14BDDE;
}
</style>