Shades of Iris Blue #14C0CA
Tints of Iris Blue #14C0CA
RGB
CMYK
RGB Variations
Color information
#14C0CA (or 0x14C0CA) is known color: Iris Blue. HEX triplet: 14, C0 and CA. RGB value is (20,192,202). Sum of RGB (Red+Green+Blue) = 20+192+202=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #14C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C0CA is #EB3F35. Grayscale: #8D8D8D. Windows color (decimal): -15417142 or 13287444. OLE color: 13287444.
HSL color Cylindrical-coordinate representation of color #14C0CA: hue angle of 183.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C0CA is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 192 | 202 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.21 |
| HSL | 183.3º | 0.82% | 0.44% | - |
| HSV(B) | 183.3º | 0.9% | 0.79% | - |
| XYZ | 29.8 | 42.11 | 62.44 | - |
| YUV | 141.71 | 162.02 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 202 | 0.90 | 0.05 | 0 | 0.21 | 183.3 | 0.82 | 0.44 |
| Hex | 14 | C0 | CA | 5A | 5 | 0 | 15 | B7 | 52 | 2C |
| Octal | 24 | 300 | 312 | 132 | 5 | 0 | 25 | 267 | 122 | 54 |
| Binary | 10100 | 11000000 | 11001010 | 1011010 | 101 | 0 | 10101 | 10110111 | 1010010 | 101100 |
Color Harmonies of #14C0CA
Complementary color
Monochromatic Colors of #14C0CA
Black with #14C0CA
Text Example
Text Example
White with #14C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C0CA; }
p { color: rgb(20,192,202); }
H1.HeaderClassName
{
color: #14C0CA;
}
.AnyTagClassName
{
color: #14C0CA;
}
</style>
background-color css
<style>
a { background-color: #14C0CA; }
a { background-color: rgb(20,192,202); }
div.DivClassName
{
background-color: #14C0CA;
}
.BgClassName
{
background-color: #14C0CA;
}
</style>
border-color css
<style>
span { border-color: #14C0CA; }
span { border-color: rgb(20,192,202); }
td.TdClassName
{
border-color: #14C0CA;
}
.TagClassName
{
border-color: #14C0CA;
}
</style>