Shades of Iris Blue #14C1CF
Tints of Iris Blue #14C1CF
RGB
CMYK
RGB Variations
Color information
#14C1CF (or 0x14C1CF) is known color: Iris Blue. HEX triplet: 14, C1 and CF. RGB value is (20,193,207). Sum of RGB (Red+Green+Blue) = 20+193+207=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #14C1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C1CF is #EB3E30. Grayscale: #8E8E8E. Windows color (decimal): -15416881 or 13615380. OLE color: 13615380.
HSL color Cylindrical-coordinate representation of color #14C1CF: hue angle of 184.49º 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 #14C1CF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 193 | 207 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.19 |
| HSL | 184.49º | 0.82% | 0.45% | - |
| HSV(B) | 184.49º | 0.9% | 0.81% | - |
| XYZ | 30.62 | 42.79 | 65.68 | - |
| YUV | 142.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 207 | 0.90 | 0.07 | 0 | 0.19 | 184.49 | 0.82 | 0.45 |
| Hex | 14 | C1 | CF | 5A | 7 | 0 | 13 | B8 | 52 | 2D |
| Octal | 24 | 301 | 317 | 132 | 7 | 0 | 23 | 270 | 122 | 55 |
| Binary | 10100 | 11000001 | 11001111 | 1011010 | 111 | 0 | 10011 | 10111000 | 1010010 | 101101 |
Color Harmonies of #14C1CF
Complementary color
Monochromatic Colors of #14C1CF
Black with #14C1CF
Text Example
Text Example
White with #14C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C1CF; }
p { color: rgb(20,193,207); }
H1.HeaderClassName
{
color: #14C1CF;
}
.AnyTagClassName
{
color: #14C1CF;
}
</style>
background-color css
<style>
a { background-color: #14C1CF; }
a { background-color: rgb(20,193,207); }
div.DivClassName
{
background-color: #14C1CF;
}
.BgClassName
{
background-color: #14C1CF;
}
</style>
border-color css
<style>
span { border-color: #14C1CF; }
span { border-color: rgb(20,193,207); }
td.TdClassName
{
border-color: #14C1CF;
}
.TagClassName
{
border-color: #14C1CF;
}
</style>