Shades of Iris Blue #14C1CB
Tints of Iris Blue #14C1CB
RGB
CMYK
RGB Variations
Color information
#14C1CB (or 0x14C1CB) is known color: Iris Blue. HEX triplet: 14, C1 and CB. RGB value is (20,193,203). Sum of RGB (Red+Green+Blue) = 20+193+203=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #14C1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C1CB is #EB3E34. Grayscale: #8E8E8E. Windows color (decimal): -15416885 or 13353236. OLE color: 13353236.
HSL color Cylindrical-coordinate representation of color #14C1CB: hue angle of 183.28º 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 #14C1CB is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 193 | 203 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.20 |
| HSL | 183.28º | 0.82% | 0.44% | - |
| HSV(B) | 183.28º | 0.9% | 0.8% | - |
| XYZ | 30.14 | 42.6 | 63.13 | - |
| YUV | 142.41 | 162.19 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 203 | 0.90 | 0.05 | 0 | 0.20 | 183.28 | 0.82 | 0.44 |
| Hex | 14 | C1 | CB | 5A | 5 | 0 | 14 | B7 | 52 | 2C |
| Octal | 24 | 301 | 313 | 132 | 5 | 0 | 24 | 267 | 122 | 54 |
| Binary | 10100 | 11000001 | 11001011 | 1011010 | 101 | 0 | 10100 | 10110111 | 1010010 | 101100 |
Color Harmonies of #14C1CB
Complementary color
Monochromatic Colors of #14C1CB
Black with #14C1CB
Text Example
Text Example
White with #14C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C1CB; }
p { color: rgb(20,193,203); }
H1.HeaderClassName
{
color: #14C1CB;
}
.AnyTagClassName
{
color: #14C1CB;
}
</style>
background-color css
<style>
a { background-color: #14C1CB; }
a { background-color: rgb(20,193,203); }
div.DivClassName
{
background-color: #14C1CB;
}
.BgClassName
{
background-color: #14C1CB;
}
</style>
border-color css
<style>
span { border-color: #14C1CB; }
span { border-color: rgb(20,193,203); }
td.TdClassName
{
border-color: #14C1CB;
}
.TagClassName
{
border-color: #14C1CB;
}
</style>