Shades of Iris Blue #0EC1CF
Tints of Iris Blue #0EC1CF
RGB
CMYK
RGB Variations
Color information
#0EC1CF (or 0x0EC1CF) is known color: Iris Blue. HEX triplet: 0E, C1 and CF. RGB value is (14,193,207). Sum of RGB (Red+Green+Blue) = 14+193+207=414 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.38% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EC1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC1CF is #F13E30. Grayscale: #8C8C8C. Windows color (decimal): -15810097 or 13615374. OLE color: 13615374.
HSL color Cylindrical-coordinate representation of color #0EC1CF: hue angle of 184.35º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC1CF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 193 | 207 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.19 |
| HSL | 184.35º | 0.87% | 0.43% | - |
| HSV(B) | 184.35º | 0.93% | 0.81% | - |
| XYZ | 30.51 | 42.74 | 65.67 | - |
| YUV | 141.08 | 165.2 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 207 | 0.93 | 0.07 | 0 | 0.19 | 184.35 | 0.87 | 0.43 |
| Hex | E | C1 | CF | 5D | 7 | 0 | 13 | B8 | 57 | 2B |
| Octal | 16 | 301 | 317 | 135 | 7 | 0 | 23 | 270 | 127 | 53 |
| Binary | 1110 | 11000001 | 11001111 | 1011101 | 111 | 0 | 10011 | 10111000 | 1010111 | 101011 |
Color Harmonies of #0EC1CF
Complementary color
Monochromatic Colors of #0EC1CF
Black with #0EC1CF
Text Example
Text Example
White with #0EC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1CF; }
p { color: rgb(14,193,207); }
H1.HeaderClassName
{
color: #0EC1CF;
}
.AnyTagClassName
{
color: #0EC1CF;
}
</style>
background-color css
<style>
a { background-color: #0EC1CF; }
a { background-color: rgb(14,193,207); }
div.DivClassName
{
background-color: #0EC1CF;
}
.BgClassName
{
background-color: #0EC1CF;
}
</style>
border-color css
<style>
span { border-color: #0EC1CF; }
span { border-color: rgb(14,193,207); }
td.TdClassName
{
border-color: #0EC1CF;
}
.TagClassName
{
border-color: #0EC1CF;
}
</style>