Shades of Iris Blue #14C2CE
Tints of Iris Blue #14C2CE
RGB
CMYK
RGB Variations
Color information
#14C2CE (or 0x14C2CE) is known color: Iris Blue. HEX triplet: 14, C2 and CE. RGB value is (20,194,206). Sum of RGB (Red+Green+Blue) = 20+194+206=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #14C2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2CE is #EB3D31. Grayscale: #8F8F8F. Windows color (decimal): -15416626 or 13550100. OLE color: 13550100.
HSL color Cylindrical-coordinate representation of color #14C2CE: hue angle of 183.87º 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 #14C2CE is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 194 | 206 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.19 |
| HSL | 183.87º | 0.82% | 0.44% | - |
| HSV(B) | 183.87º | 0.9% | 0.81% | - |
| XYZ | 30.72 | 43.19 | 65.11 | - |
| YUV | 143.34 | 163.35 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 206 | 0.90 | 0.06 | 0 | 0.19 | 183.87 | 0.82 | 0.44 |
| Hex | 14 | C2 | CE | 5A | 6 | 0 | 13 | B8 | 52 | 2C |
| Octal | 24 | 302 | 316 | 132 | 6 | 0 | 23 | 270 | 122 | 54 |
| Binary | 10100 | 11000010 | 11001110 | 1011010 | 110 | 0 | 10011 | 10111000 | 1010010 | 101100 |
Color Harmonies of #14C2CE
Complementary color
Monochromatic Colors of #14C2CE
Black with #14C2CE
Text Example
Text Example
White with #14C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2CE; }
p { color: rgb(20,194,206); }
H1.HeaderClassName
{
color: #14C2CE;
}
.AnyTagClassName
{
color: #14C2CE;
}
</style>
background-color css
<style>
a { background-color: #14C2CE; }
a { background-color: rgb(20,194,206); }
div.DivClassName
{
background-color: #14C2CE;
}
.BgClassName
{
background-color: #14C2CE;
}
</style>
border-color css
<style>
span { border-color: #14C2CE; }
span { border-color: rgb(20,194,206); }
td.TdClassName
{
border-color: #14C2CE;
}
.TagClassName
{
border-color: #14C2CE;
}
</style>