Shades of Iris Blue #0EBAC1
Tints of Iris Blue #0EBAC1
RGB
CMYK
RGB Variations
Color information
#0EBAC1 (or 0x0EBAC1) is known color: Iris Blue. HEX triplet: 0E, BA and C1. RGB value is (14,186,193). Sum of RGB (Red+Green+Blue) = 14+186+193=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #0EBAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBAC1 is #F1453E. Grayscale: #878787. Windows color (decimal): -15811903 or 12696078. OLE color: 12696078.
HSL color Cylindrical-coordinate representation of color #0EBAC1: hue angle of 182.35º 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 #0EBAC1 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 186 | 193 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.24 |
| HSL | 182.35º | 0.86% | 0.41% | - |
| HSV(B) | 182.35º | 0.93% | 0.76% | - |
| XYZ | 27.37 | 39.06 | 56.55 | - |
| YUV | 135.37 | 160.52 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 193 | 0.93 | 0.04 | 0 | 0.24 | 182.35 | 0.86 | 0.41 |
| Hex | E | BA | C1 | 5D | 4 | 0 | 18 | B6 | 56 | 29 |
| Octal | 16 | 272 | 301 | 135 | 4 | 0 | 30 | 266 | 126 | 51 |
| Binary | 1110 | 10111010 | 11000001 | 1011101 | 100 | 0 | 11000 | 10110110 | 1010110 | 101001 |
Color Harmonies of #0EBAC1
Complementary color
Monochromatic Colors of #0EBAC1
Black with #0EBAC1
Text Example
Text Example
White with #0EBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBAC1; }
p { color: rgb(14,186,193); }
H1.HeaderClassName
{
color: #0EBAC1;
}
.AnyTagClassName
{
color: #0EBAC1;
}
</style>
background-color css
<style>
a { background-color: #0EBAC1; }
a { background-color: rgb(14,186,193); }
div.DivClassName
{
background-color: #0EBAC1;
}
.BgClassName
{
background-color: #0EBAC1;
}
</style>
border-color css
<style>
span { border-color: #0EBAC1; }
span { border-color: rgb(14,186,193); }
td.TdClassName
{
border-color: #0EBAC1;
}
.TagClassName
{
border-color: #0EBAC1;
}
</style>