Shades of Iris Blue #14BCBC
Tints of Iris Blue #14BCBC
RGB
CMYK
RGB Variations
Color information
#14BCBC (or 0x14BCBC) is known color: Iris Blue. HEX triplet: 14, BC and BC. RGB value is (20,188,188). Sum of RGB (Red+Green+Blue) = 20+188+188=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #14BCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCBC is #EB4343. Grayscale: #898989. Windows color (decimal): -15418180 or 12368916. OLE color: 12368916.
HSL color Cylindrical-coordinate representation of color #14BCBC: 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 #14BCBC is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 188 | - |
| CMYK | 0.89 | 0 | 0 | 0.26 |
| HSL | 180º | 0.81% | 0.41% | - |
| HSV(B) | 180º | 0.89% | 0.74% | - |
| XYZ | 27.35 | 39.75 | 53.81 | - |
| YUV | 137.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 188 | 0.89 | 0 | 0 | 0.26 | 180 | 0.81 | 0.41 |
| Hex | 14 | BC | BC | 59 | 0 | 0 | 1A | B4 | 51 | 29 |
| Octal | 24 | 274 | 274 | 131 | 0 | 0 | 32 | 264 | 121 | 51 |
| Binary | 10100 | 10111100 | 10111100 | 1011001 | 0 | 0 | 11010 | 10110100 | 1010001 | 101001 |
Color Harmonies of #14BCBC
Complementary color
Monochromatic Colors of #14BCBC
Black with #14BCBC
Text Example
Text Example
White with #14BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCBC; }
p { color: rgb(20,188,188); }
H1.HeaderClassName
{
color: #14BCBC;
}
.AnyTagClassName
{
color: #14BCBC;
}
</style>
background-color css
<style>
a { background-color: #14BCBC; }
a { background-color: rgb(20,188,188); }
div.DivClassName
{
background-color: #14BCBC;
}
.BgClassName
{
background-color: #14BCBC;
}
</style>
border-color css
<style>
span { border-color: #14BCBC; }
span { border-color: rgb(20,188,188); }
td.TdClassName
{
border-color: #14BCBC;
}
.TagClassName
{
border-color: #14BCBC;
}
</style>