Shades of Iris Blue #14B2CB
Tints of Iris Blue #14B2CB
RGB
CMYK
RGB Variations
Color information
#14B2CB (or 0x14B2CB) is known color: Iris Blue. HEX triplet: 14, B2 and CB. RGB value is (20,178,203). Sum of RGB (Red+Green+Blue) = 20+178+203=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #14B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2CB is #EB4D34. Grayscale: #858585. Windows color (decimal): -15420725 or 13349396. OLE color: 13349396.
HSL color Cylindrical-coordinate representation of color #14B2CB: hue angle of 188.2º 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 #14B2CB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 178 | 203 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.20 |
| HSL | 188.2º | 0.82% | 0.44% | - |
| HSV(B) | 188.2º | 0.9% | 0.8% | - |
| XYZ | 26.99 | 36.3 | 62.08 | - |
| YUV | 133.61 | 167.15 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 203 | 0.90 | 0.12 | 0 | 0.20 | 188.2 | 0.82 | 0.44 |
| Hex | 14 | B2 | CB | 5A | C | 0 | 14 | BC | 52 | 2C |
| Octal | 24 | 262 | 313 | 132 | 14 | 0 | 24 | 274 | 122 | 54 |
| Binary | 10100 | 10110010 | 11001011 | 1011010 | 1100 | 0 | 10100 | 10111100 | 1010010 | 101100 |
Color Harmonies of #14B2CB
Complementary color
Monochromatic Colors of #14B2CB
Black with #14B2CB
Text Example
Text Example
White with #14B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B2CB; }
p { color: rgb(20,178,203); }
H1.HeaderClassName
{
color: #14B2CB;
}
.AnyTagClassName
{
color: #14B2CB;
}
</style>
background-color css
<style>
a { background-color: #14B2CB; }
a { background-color: rgb(20,178,203); }
div.DivClassName
{
background-color: #14B2CB;
}
.BgClassName
{
background-color: #14B2CB;
}
</style>
border-color css
<style>
span { border-color: #14B2CB; }
span { border-color: rgb(20,178,203); }
td.TdClassName
{
border-color: #14B2CB;
}
.TagClassName
{
border-color: #14B2CB;
}
</style>