Shades of Iris Blue #14B8BC
Tints of Iris Blue #14B8BC
RGB
CMYK
RGB Variations
Color information
#14B8BC (or 0x14B8BC) is known color: Iris Blue. HEX triplet: 14, B8 and BC. RGB value is (20,184,188). Sum of RGB (Red+Green+Blue) = 20+184+188=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #14B8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B8BC is #EB4743. Grayscale: #878787. Windows color (decimal): -15419204 or 12367892. OLE color: 12367892.
HSL color Cylindrical-coordinate representation of color #14B8BC: hue angle of 181.43º 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 #14B8BC is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 184 | 188 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.26 |
| HSL | 181.43º | 0.81% | 0.41% | - |
| HSV(B) | 181.43º | 0.89% | 0.74% | - |
| XYZ | 26.51 | 38.06 | 53.53 | - |
| YUV | 135.42 | 157.67 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 184 | 188 | 0.89 | 0.02 | 0 | 0.26 | 181.43 | 0.81 | 0.41 |
| Hex | 14 | B8 | BC | 59 | 2 | 0 | 1A | B5 | 51 | 29 |
| Octal | 24 | 270 | 274 | 131 | 2 | 0 | 32 | 265 | 121 | 51 |
| Binary | 10100 | 10111000 | 10111100 | 1011001 | 10 | 0 | 11010 | 10110101 | 1010001 | 101001 |
Color Harmonies of #14B8BC
Complementary color
Monochromatic Colors of #14B8BC
Black with #14B8BC
Text Example
Text Example
White with #14B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B8BC; }
p { color: rgb(20,184,188); }
H1.HeaderClassName
{
color: #14B8BC;
}
.AnyTagClassName
{
color: #14B8BC;
}
</style>
background-color css
<style>
a { background-color: #14B8BC; }
a { background-color: rgb(20,184,188); }
div.DivClassName
{
background-color: #14B8BC;
}
.BgClassName
{
background-color: #14B8BC;
}
</style>
border-color css
<style>
span { border-color: #14B8BC; }
span { border-color: rgb(20,184,188); }
td.TdClassName
{
border-color: #14B8BC;
}
.TagClassName
{
border-color: #14B8BC;
}
</style>