Shades of Iris Blue #14B3CE
Tints of Iris Blue #14B3CE
RGB
CMYK
RGB Variations
Color information
#14B3CE (or 0x14B3CE) is known color: Iris Blue. HEX triplet: 14, B3 and CE. RGB value is (20,179,206). Sum of RGB (Red+Green+Blue) = 20+179+206=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #14B3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B3CE is #EB4C31. Grayscale: #868686. Windows color (decimal): -15420466 or 13546260. OLE color: 13546260.
HSL color Cylindrical-coordinate representation of color #14B3CE: hue angle of 188.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B3CE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 179 | 206 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.19 |
| HSL | 188.71º | 0.82% | 0.44% | - |
| HSV(B) | 188.71º | 0.9% | 0.81% | - |
| XYZ | 27.55 | 36.85 | 64.05 | - |
| YUV | 134.54 | 168.32 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 206 | 0.90 | 0.13 | 0 | 0.19 | 188.71 | 0.82 | 0.44 |
| Hex | 14 | B3 | CE | 5A | D | 0 | 13 | BD | 52 | 2C |
| Octal | 24 | 263 | 316 | 132 | 15 | 0 | 23 | 275 | 122 | 54 |
| Binary | 10100 | 10110011 | 11001110 | 1011010 | 1101 | 0 | 10011 | 10111101 | 1010010 | 101100 |
Color Harmonies of #14B3CE
Complementary color
Monochromatic Colors of #14B3CE
Black with #14B3CE
Text Example
Text Example
White with #14B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B3CE; }
p { color: rgb(20,179,206); }
H1.HeaderClassName
{
color: #14B3CE;
}
.AnyTagClassName
{
color: #14B3CE;
}
</style>
background-color css
<style>
a { background-color: #14B3CE; }
a { background-color: rgb(20,179,206); }
div.DivClassName
{
background-color: #14B3CE;
}
.BgClassName
{
background-color: #14B3CE;
}
</style>
border-color css
<style>
span { border-color: #14B3CE; }
span { border-color: rgb(20,179,206); }
td.TdClassName
{
border-color: #14B3CE;
}
.TagClassName
{
border-color: #14B3CE;
}
</style>