Shades of Iris Blue #14C0CF
Tints of Iris Blue #14C0CF
RGB
CMYK
RGB Variations
Color information
#14C0CF (or 0x14C0CF) is known color: Iris Blue. HEX triplet: 14, C0 and CF. RGB value is (20,192,207). Sum of RGB (Red+Green+Blue) = 20+192+207=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #14C0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C0CF is #EB3F30. Grayscale: #8E8E8E. Windows color (decimal): -15417137 or 13615124. OLE color: 13615124.
HSL color Cylindrical-coordinate representation of color #14C0CF: hue angle of 184.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C0CF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 192 | 207 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.19 |
| HSL | 184.81º | 0.82% | 0.45% | - |
| HSV(B) | 184.81º | 0.9% | 0.81% | - |
| XYZ | 30.4 | 42.35 | 65.6 | - |
| YUV | 142.28 | 164.52 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 207 | 0.90 | 0.07 | 0 | 0.19 | 184.81 | 0.82 | 0.45 |
| Hex | 14 | C0 | CF | 5A | 7 | 0 | 13 | B9 | 52 | 2D |
| Octal | 24 | 300 | 317 | 132 | 7 | 0 | 23 | 271 | 122 | 55 |
| Binary | 10100 | 11000000 | 11001111 | 1011010 | 111 | 0 | 10011 | 10111001 | 1010010 | 101101 |
Color Harmonies of #14C0CF
Complementary color
Monochromatic Colors of #14C0CF
Black with #14C0CF
Text Example
Text Example
White with #14C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C0CF; }
p { color: rgb(20,192,207); }
H1.HeaderClassName
{
color: #14C0CF;
}
.AnyTagClassName
{
color: #14C0CF;
}
</style>
background-color css
<style>
a { background-color: #14C0CF; }
a { background-color: rgb(20,192,207); }
div.DivClassName
{
background-color: #14C0CF;
}
.BgClassName
{
background-color: #14C0CF;
}
</style>
border-color css
<style>
span { border-color: #14C0CF; }
span { border-color: rgb(20,192,207); }
td.TdClassName
{
border-color: #14C0CF;
}
.TagClassName
{
border-color: #14C0CF;
}
</style>