Shades of Iris Blue #14C0BF
Tints of Iris Blue #14C0BF
RGB
CMYK
RGB Variations
Color information
#14C0BF (or 0x14C0BF) is known color: Iris Blue. HEX triplet: 14, C0 and BF. RGB value is (20,192,191). Sum of RGB (Red+Green+Blue) = 20+192+191=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #14C0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C0BF is #EB3F40. Grayscale: #8C8C8C. Windows color (decimal): -15417153 or 12566548. OLE color: 12566548.
HSL color Cylindrical-coordinate representation of color #14C0BF: hue angle of 179.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C0BF is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 191 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.25 |
| HSL | 179.65º | 0.81% | 0.42% | - |
| HSV(B) | 179.65º | 0.9% | 0.75% | - |
| XYZ | 28.54 | 41.61 | 55.82 | - |
| YUV | 140.46 | 156.52 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 191 | 0.90 | 0 | 0.01 | 0.25 | 179.65 | 0.81 | 0.42 |
| Hex | 14 | C0 | BF | 5A | 0 | 1 | 19 | B4 | 51 | 2A |
| Octal | 24 | 300 | 277 | 132 | 0 | 1 | 31 | 264 | 121 | 52 |
| Binary | 10100 | 11000000 | 10111111 | 1011010 | 0 | 1 | 11001 | 10110100 | 1010001 | 101010 |
Color Harmonies of #14C0BF
Complementary color
Monochromatic Colors of #14C0BF
Black with #14C0BF
Text Example
Text Example
White with #14C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C0BF; }
p { color: rgb(20,192,191); }
H1.HeaderClassName
{
color: #14C0BF;
}
.AnyTagClassName
{
color: #14C0BF;
}
</style>
background-color css
<style>
a { background-color: #14C0BF; }
a { background-color: rgb(20,192,191); }
div.DivClassName
{
background-color: #14C0BF;
}
.BgClassName
{
background-color: #14C0BF;
}
</style>
border-color css
<style>
span { border-color: #14C0BF; }
span { border-color: rgb(20,192,191); }
td.TdClassName
{
border-color: #14C0BF;
}
.TagClassName
{
border-color: #14C0BF;
}
</style>