Shades of Iris Blue #14BFDB
Tints of Iris Blue #14BFDB
RGB
CMYK
RGB Variations
Color information
#14BFDB (or 0x14BFDB) is known color: Iris Blue. HEX triplet: 14, BF and DB. RGB value is (20,191,219). Sum of RGB (Red+Green+Blue) = 20+191+219=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #14BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFDB is #EB4024. Grayscale: #8E8E8E. Windows color (decimal): -15417381 or 14401300. OLE color: 14401300.
HSL color Cylindrical-coordinate representation of color #14BFDB: hue angle of 188.44º 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 #14BFDB is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 191 | 219 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.14 |
| HSL | 188.44º | 0.83% | 0.47% | - |
| HSV(B) | 188.44º | 0.91% | 0.86% | - |
| XYZ | 31.71 | 42.52 | 73.55 | - |
| YUV | 143.06 | 170.85 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 219 | 0.91 | 0.13 | 0 | 0.14 | 188.44 | 0.83 | 0.47 |
| Hex | 14 | BF | DB | 5B | D | 0 | E | BC | 53 | 2F |
| Octal | 24 | 277 | 333 | 133 | 15 | 0 | 16 | 274 | 123 | 57 |
| Binary | 10100 | 10111111 | 11011011 | 1011011 | 1101 | 0 | 1110 | 10111100 | 1010011 | 101111 |
Color Harmonies of #14BFDB
Complementary color
Monochromatic Colors of #14BFDB
Black with #14BFDB
Text Example
Text Example
White with #14BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFDB; }
p { color: rgb(20,191,219); }
H1.HeaderClassName
{
color: #14BFDB;
}
.AnyTagClassName
{
color: #14BFDB;
}
</style>
background-color css
<style>
a { background-color: #14BFDB; }
a { background-color: rgb(20,191,219); }
div.DivClassName
{
background-color: #14BFDB;
}
.BgClassName
{
background-color: #14BFDB;
}
</style>
border-color css
<style>
span { border-color: #14BFDB; }
span { border-color: rgb(20,191,219); }
td.TdClassName
{
border-color: #14BFDB;
}
.TagClassName
{
border-color: #14BFDB;
}
</style>