Shades of Iris Blue #14B0BC
Tints of Iris Blue #14B0BC
RGB
CMYK
RGB Variations
Color information
#14B0BC (or 0x14B0BC) is known color: Iris Blue. HEX triplet: 14, B0 and BC. RGB value is (20,176,188). Sum of RGB (Red+Green+Blue) = 20+176+188=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #14B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0BC is #EB4F43. Grayscale: #828282. Windows color (decimal): -15421252 or 12365844. OLE color: 12365844.
HSL color Cylindrical-coordinate representation of color #14B0BC: hue angle of 184.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B0BC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 176 | 188 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.26 |
| HSL | 184.29º | 0.81% | 0.41% | - |
| HSV(B) | 184.29º | 0.89% | 0.74% | - |
| XYZ | 24.89 | 34.83 | 52.99 | - |
| YUV | 130.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 176 | 188 | 0.89 | 0.06 | 0 | 0.26 | 184.29 | 0.81 | 0.41 |
| Hex | 14 | B0 | BC | 59 | 6 | 0 | 1A | B8 | 51 | 29 |
| Octal | 24 | 260 | 274 | 131 | 6 | 0 | 32 | 270 | 121 | 51 |
| Binary | 10100 | 10110000 | 10111100 | 1011001 | 110 | 0 | 11010 | 10111000 | 1010001 | 101001 |
Color Harmonies of #14B0BC
Complementary color
Monochromatic Colors of #14B0BC
Black with #14B0BC
Text Example
Text Example
White with #14B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B0BC; }
p { color: rgb(20,176,188); }
H1.HeaderClassName
{
color: #14B0BC;
}
.AnyTagClassName
{
color: #14B0BC;
}
</style>
background-color css
<style>
a { background-color: #14B0BC; }
a { background-color: rgb(20,176,188); }
div.DivClassName
{
background-color: #14B0BC;
}
.BgClassName
{
background-color: #14B0BC;
}
</style>
border-color css
<style>
span { border-color: #14B0BC; }
span { border-color: rgb(20,176,188); }
td.TdClassName
{
border-color: #14B0BC;
}
.TagClassName
{
border-color: #14B0BC;
}
</style>