Shades of Iris Blue #14C2CB
Tints of Iris Blue #14C2CB
RGB
CMYK
RGB Variations
Color information
#14C2CB (or 0x14C2CB) is known color: Iris Blue. HEX triplet: 14, C2 and CB. RGB value is (20,194,203). Sum of RGB (Red+Green+Blue) = 20+194+203=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #14C2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2CB is #EB3D34. Grayscale: #8E8E8E. Windows color (decimal): -15416629 or 13353492. OLE color: 13353492.
HSL color Cylindrical-coordinate representation of color #14C2CB: hue angle of 182.95º 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 #14C2CB is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 194 | 203 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.20 |
| HSL | 182.95º | 0.82% | 0.44% | - |
| HSV(B) | 182.95º | 0.9% | 0.8% | - |
| XYZ | 30.36 | 43.04 | 63.21 | - |
| YUV | 143 | 161.85 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 203 | 0.90 | 0.04 | 0 | 0.20 | 182.95 | 0.82 | 0.44 |
| Hex | 14 | C2 | CB | 5A | 4 | 0 | 14 | B7 | 52 | 2C |
| Octal | 24 | 302 | 313 | 132 | 4 | 0 | 24 | 267 | 122 | 54 |
| Binary | 10100 | 11000010 | 11001011 | 1011010 | 100 | 0 | 10100 | 10110111 | 1010010 | 101100 |
Color Harmonies of #14C2CB
Complementary color
Monochromatic Colors of #14C2CB
Black with #14C2CB
Text Example
Text Example
White with #14C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C2CB; }
p { color: rgb(20,194,203); }
H1.HeaderClassName
{
color: #14C2CB;
}
.AnyTagClassName
{
color: #14C2CB;
}
</style>
background-color css
<style>
a { background-color: #14C2CB; }
a { background-color: rgb(20,194,203); }
div.DivClassName
{
background-color: #14C2CB;
}
.BgClassName
{
background-color: #14C2CB;
}
</style>
border-color css
<style>
span { border-color: #14C2CB; }
span { border-color: rgb(20,194,203); }
td.TdClassName
{
border-color: #14C2CB;
}
.TagClassName
{
border-color: #14C2CB;
}
</style>