Shades of Iris Blue #14B0BF
Tints of Iris Blue #14B0BF
RGB
CMYK
RGB Variations
Color information
#14B0BF (or 0x14B0BF) is known color: Iris Blue. HEX triplet: 14, B0 and BF. RGB value is (20,176,191). Sum of RGB (Red+Green+Blue) = 20+176+191=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #14B0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0BF is #EB4F40. Grayscale: #828282. Windows color (decimal): -15421249 or 12562452. OLE color: 12562452.
HSL color Cylindrical-coordinate representation of color #14B0BF: hue angle of 185.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B0BF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 176 | 191 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.25 |
| HSL | 185.26º | 0.81% | 0.41% | - |
| HSV(B) | 185.26º | 0.9% | 0.75% | - |
| XYZ | 25.22 | 34.96 | 54.71 | - |
| YUV | 131.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 176 | 191 | 0.90 | 0.08 | 0 | 0.25 | 185.26 | 0.81 | 0.41 |
| Hex | 14 | B0 | BF | 5A | 8 | 0 | 19 | B9 | 51 | 29 |
| Octal | 24 | 260 | 277 | 132 | 10 | 0 | 31 | 271 | 121 | 51 |
| Binary | 10100 | 10110000 | 10111111 | 1011010 | 1000 | 0 | 11001 | 10111001 | 1010001 | 101001 |
Color Harmonies of #14B0BF
Complementary color
Monochromatic Colors of #14B0BF
Black with #14B0BF
Text Example
Text Example
White with #14B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B0BF; }
p { color: rgb(20,176,191); }
H1.HeaderClassName
{
color: #14B0BF;
}
.AnyTagClassName
{
color: #14B0BF;
}
</style>
background-color css
<style>
a { background-color: #14B0BF; }
a { background-color: rgb(20,176,191); }
div.DivClassName
{
background-color: #14B0BF;
}
.BgClassName
{
background-color: #14B0BF;
}
</style>
border-color css
<style>
span { border-color: #14B0BF; }
span { border-color: rgb(20,176,191); }
td.TdClassName
{
border-color: #14B0BF;
}
.TagClassName
{
border-color: #14B0BF;
}
</style>