Shades of Iris Blue #14B2CC
Tints of Iris Blue #14B2CC
RGB
CMYK
RGB Variations
Color information
#14B2CC (or 0x14B2CC) is known color: Iris Blue. HEX triplet: 14, B2 and CC. RGB value is (20,178,204). Sum of RGB (Red+Green+Blue) = 20+178+204=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #14B2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2CC is #EB4D33. Grayscale: #858585. Windows color (decimal): -15420724 or 13414932. OLE color: 13414932.
HSL color Cylindrical-coordinate representation of color #14B2CC: hue angle of 188.48º 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 #14B2CC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 178 | 204 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.2 |
| HSL | 188.48º | 0.82% | 0.44% | - |
| HSV(B) | 188.48º | 0.9% | 0.8% | - |
| XYZ | 27.11 | 36.35 | 62.71 | - |
| YUV | 133.72 | 167.65 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 204 | 0.90 | 0.13 | 0 | 0.2 | 188.48 | 0.82 | 0.44 |
| Hex | 14 | B2 | CC | 5A | D | 0 | 14 | BC | 52 | 2C |
| Octal | 24 | 262 | 314 | 132 | 15 | 0 | 24 | 274 | 122 | 54 |
| Binary | 10100 | 10110010 | 11001100 | 1011010 | 1101 | 0 | 10100 | 10111100 | 1010010 | 101100 |
Color Harmonies of #14B2CC
Complementary color
Monochromatic Colors of #14B2CC
Black with #14B2CC
Text Example
Text Example
White with #14B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B2CC; }
p { color: rgb(20,178,204); }
H1.HeaderClassName
{
color: #14B2CC;
}
.AnyTagClassName
{
color: #14B2CC;
}
</style>
background-color css
<style>
a { background-color: #14B2CC; }
a { background-color: rgb(20,178,204); }
div.DivClassName
{
background-color: #14B2CC;
}
.BgClassName
{
background-color: #14B2CC;
}
</style>
border-color css
<style>
span { border-color: #14B2CC; }
span { border-color: rgb(20,178,204); }
td.TdClassName
{
border-color: #14B2CC;
}
.TagClassName
{
border-color: #14B2CC;
}
</style>