Shades of Iris Blue #0EB2C1
Tints of Iris Blue #0EB2C1
RGB
CMYK
RGB Variations
Color information
#0EB2C1 (or 0x0EB2C1) is known color: Iris Blue. HEX triplet: 0E, B2 and C1. RGB value is (14,178,193). Sum of RGB (Red+Green+Blue) = 14+178+193=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #0EB2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2C1 is #F14D3E. Grayscale: #828282. Windows color (decimal): -15813951 or 12694030. OLE color: 12694030.
HSL color Cylindrical-coordinate representation of color #0EB2C1: hue angle of 185.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB2C1 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 178 | 193 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.24 |
| HSL | 185.03º | 0.86% | 0.41% | - |
| HSV(B) | 185.03º | 0.93% | 0.76% | - |
| XYZ | 25.73 | 35.78 | 56 | - |
| YUV | 130.67 | 163.17 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 178 | 193 | 0.93 | 0.08 | 0 | 0.24 | 185.03 | 0.86 | 0.41 |
| Hex | E | B2 | C1 | 5D | 8 | 0 | 18 | B9 | 56 | 29 |
| Octal | 16 | 262 | 301 | 135 | 10 | 0 | 30 | 271 | 126 | 51 |
| Binary | 1110 | 10110010 | 11000001 | 1011101 | 1000 | 0 | 11000 | 10111001 | 1010110 | 101001 |
Color Harmonies of #0EB2C1
Complementary color
Monochromatic Colors of #0EB2C1
Black with #0EB2C1
Text Example
Text Example
White with #0EB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB2C1; }
p { color: rgb(14,178,193); }
H1.HeaderClassName
{
color: #0EB2C1;
}
.AnyTagClassName
{
color: #0EB2C1;
}
</style>
background-color css
<style>
a { background-color: #0EB2C1; }
a { background-color: rgb(14,178,193); }
div.DivClassName
{
background-color: #0EB2C1;
}
.BgClassName
{
background-color: #0EB2C1;
}
</style>
border-color css
<style>
span { border-color: #0EB2C1; }
span { border-color: rgb(14,178,193); }
td.TdClassName
{
border-color: #0EB2C1;
}
.TagClassName
{
border-color: #0EB2C1;
}
</style>