Shades of Iris Blue #0EB6C1
Tints of Iris Blue #0EB6C1
RGB
CMYK
RGB Variations
Color information
#0EB6C1 (or 0x0EB6C1) is known color: Iris Blue. HEX triplet: 0E, B6 and C1. RGB value is (14,182,193). Sum of RGB (Red+Green+Blue) = 14+182+193=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #0EB6C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB6C1 is #F1493E. Grayscale: #848484. Windows color (decimal): -15812927 or 12695054. OLE color: 12695054.
HSL color Cylindrical-coordinate representation of color #0EB6C1: hue angle of 183.69º 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 #0EB6C1 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 182 | 193 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.24 |
| HSL | 183.69º | 0.86% | 0.41% | - |
| HSV(B) | 183.69º | 0.93% | 0.76% | - |
| XYZ | 26.53 | 37.4 | 56.27 | - |
| YUV | 133.02 | 161.84 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 182 | 193 | 0.93 | 0.06 | 0 | 0.24 | 183.69 | 0.86 | 0.41 |
| Hex | E | B6 | C1 | 5D | 6 | 0 | 18 | B8 | 56 | 29 |
| Octal | 16 | 266 | 301 | 135 | 6 | 0 | 30 | 270 | 126 | 51 |
| Binary | 1110 | 10110110 | 11000001 | 1011101 | 110 | 0 | 11000 | 10111000 | 1010110 | 101001 |
Color Harmonies of #0EB6C1
Complementary color
Monochromatic Colors of #0EB6C1
Black with #0EB6C1
Text Example
Text Example
White with #0EB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB6C1; }
p { color: rgb(14,182,193); }
H1.HeaderClassName
{
color: #0EB6C1;
}
.AnyTagClassName
{
color: #0EB6C1;
}
</style>
background-color css
<style>
a { background-color: #0EB6C1; }
a { background-color: rgb(14,182,193); }
div.DivClassName
{
background-color: #0EB6C1;
}
.BgClassName
{
background-color: #0EB6C1;
}
</style>
border-color css
<style>
span { border-color: #0EB6C1; }
span { border-color: rgb(14,182,193); }
td.TdClassName
{
border-color: #0EB6C1;
}
.TagClassName
{
border-color: #0EB6C1;
}
</style>