Shades of Iris Blue #14BFDE
Tints of Iris Blue #14BFDE
RGB
CMYK
RGB Variations
Color information
#14BFDE (or 0x14BFDE) is known color: Iris Blue. HEX triplet: 14, BF and DE. RGB value is (20,191,222). Sum of RGB (Red+Green+Blue) = 20+191+222=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #14BFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFDE is #EB4021. Grayscale: #8F8F8F. Windows color (decimal): -15417378 or 14597908. OLE color: 14597908.
HSL color Cylindrical-coordinate representation of color #14BFDE: hue angle of 189.21º 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 #14BFDE is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 191 | 222 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.13 |
| HSL | 189.21º | 0.83% | 0.47% | - |
| HSV(B) | 189.21º | 0.91% | 0.87% | - |
| XYZ | 32.1 | 42.68 | 75.65 | - |
| YUV | 143.41 | 172.35 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 222 | 0.91 | 0.14 | 0 | 0.13 | 189.21 | 0.83 | 0.47 |
| Hex | 14 | BF | DE | 5B | E | 0 | D | BD | 53 | 2F |
| Octal | 24 | 277 | 336 | 133 | 16 | 0 | 15 | 275 | 123 | 57 |
| Binary | 10100 | 10111111 | 11011110 | 1011011 | 1110 | 0 | 1101 | 10111101 | 1010011 | 101111 |
Color Harmonies of #14BFDE
Complementary color
Monochromatic Colors of #14BFDE
Black with #14BFDE
Text Example
Text Example
White with #14BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFDE; }
p { color: rgb(20,191,222); }
H1.HeaderClassName
{
color: #14BFDE;
}
.AnyTagClassName
{
color: #14BFDE;
}
</style>
background-color css
<style>
a { background-color: #14BFDE; }
a { background-color: rgb(20,191,222); }
div.DivClassName
{
background-color: #14BFDE;
}
.BgClassName
{
background-color: #14BFDE;
}
</style>
border-color css
<style>
span { border-color: #14BFDE; }
span { border-color: rgb(20,191,222); }
td.TdClassName
{
border-color: #14BFDE;
}
.TagClassName
{
border-color: #14BFDE;
}
</style>