Shades of Iris Blue #14BDBD
Tints of Iris Blue #14BDBD
RGB
CMYK
RGB Variations
Color information
#14BDBD (or 0x14BDBD) is known color: Iris Blue. HEX triplet: 14, BD and BD. RGB value is (20,189,189). Sum of RGB (Red+Green+Blue) = 20+189+189=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #14BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDBD is #EB4242. Grayscale: #8A8A8A. Windows color (decimal): -15417923 or 12434708. OLE color: 12434708.
HSL color Cylindrical-coordinate representation of color #14BDBD: hue angle of 180º 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 #14BDBD is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 189 | - |
| CMYK | 0.89 | 0 | 0 | 0.26 |
| HSL | 180º | 0.81% | 0.41% | - |
| HSV(B) | 180º | 0.89% | 0.74% | - |
| XYZ | 27.67 | 40.22 | 54.45 | - |
| YUV | 138.47 | 156.51 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 189 | 0.89 | 0 | 0 | 0.26 | 180 | 0.81 | 0.41 |
| Hex | 14 | BD | BD | 59 | 0 | 0 | 1A | B4 | 51 | 29 |
| Octal | 24 | 275 | 275 | 131 | 0 | 0 | 32 | 264 | 121 | 51 |
| Binary | 10100 | 10111101 | 10111101 | 1011001 | 0 | 0 | 11010 | 10110100 | 1010001 | 101001 |
Color Harmonies of #14BDBD
Complementary color
Monochromatic Colors of #14BDBD
Black with #14BDBD
Text Example
Text Example
White with #14BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDBD; }
p { color: rgb(20,189,189); }
H1.HeaderClassName
{
color: #14BDBD;
}
.AnyTagClassName
{
color: #14BDBD;
}
</style>
background-color css
<style>
a { background-color: #14BDBD; }
a { background-color: rgb(20,189,189); }
div.DivClassName
{
background-color: #14BDBD;
}
.BgClassName
{
background-color: #14BDBD;
}
</style>
border-color css
<style>
span { border-color: #14BDBD; }
span { border-color: rgb(20,189,189); }
td.TdClassName
{
border-color: #14BDBD;
}
.TagClassName
{
border-color: #14BDBD;
}
</style>