Shades of Iris Blue #14B3CB
Tints of Iris Blue #14B3CB
RGB
CMYK
RGB Variations
Color information
#14B3CB (or 0x14B3CB) is known color: Iris Blue. HEX triplet: 14, B3 and CB. RGB value is (20,179,203). Sum of RGB (Red+Green+Blue) = 20+179+203=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #14B3CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B3CB is #EB4C34. Grayscale: #858585. Windows color (decimal): -15420469 or 13349652. OLE color: 13349652.
HSL color Cylindrical-coordinate representation of color #14B3CB: hue angle of 187.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B3CB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 179 | 203 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.20 |
| HSL | 187.87º | 0.82% | 0.44% | - |
| HSV(B) | 187.87º | 0.9% | 0.8% | - |
| XYZ | 27.19 | 36.7 | 62.15 | - |
| YUV | 134.2 | 166.82 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 203 | 0.90 | 0.12 | 0 | 0.20 | 187.87 | 0.82 | 0.44 |
| Hex | 14 | B3 | CB | 5A | C | 0 | 14 | BC | 52 | 2C |
| Octal | 24 | 263 | 313 | 132 | 14 | 0 | 24 | 274 | 122 | 54 |
| Binary | 10100 | 10110011 | 11001011 | 1011010 | 1100 | 0 | 10100 | 10111100 | 1010010 | 101100 |
Color Harmonies of #14B3CB
Complementary color
Monochromatic Colors of #14B3CB
Black with #14B3CB
Text Example
Text Example
White with #14B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B3CB; }
p { color: rgb(20,179,203); }
H1.HeaderClassName
{
color: #14B3CB;
}
.AnyTagClassName
{
color: #14B3CB;
}
</style>
background-color css
<style>
a { background-color: #14B3CB; }
a { background-color: rgb(20,179,203); }
div.DivClassName
{
background-color: #14B3CB;
}
.BgClassName
{
background-color: #14B3CB;
}
</style>
border-color css
<style>
span { border-color: #14B3CB; }
span { border-color: rgb(20,179,203); }
td.TdClassName
{
border-color: #14B3CB;
}
.TagClassName
{
border-color: #14B3CB;
}
</style>