Shades of Iris Blue #0EBED0
Tints of Iris Blue #0EBED0
RGB
CMYK
RGB Variations
Color information
#0EBED0 (or 0x0EBED0) is known color: Iris Blue. HEX triplet: 0E, BE and D0. RGB value is (14,190,208). Sum of RGB (Red+Green+Blue) = 14+190+208=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #0EBED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBED0 is #F1412F. Grayscale: #8B8B8B. Windows color (decimal): -15810864 or 13680142. OLE color: 13680142.
HSL color Cylindrical-coordinate representation of color #0EBED0: hue angle of 185.57º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBED0 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 190 | 208 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.18 |
| HSL | 185.57º | 0.87% | 0.44% | - |
| HSV(B) | 185.57º | 0.93% | 0.82% | - |
| XYZ | 29.98 | 41.47 | 66.1 | - |
| YUV | 139.43 | 166.69 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 208 | 0.93 | 0.09 | 0 | 0.18 | 185.57 | 0.87 | 0.44 |
| Hex | E | BE | D0 | 5D | 9 | 0 | 12 | BA | 57 | 2C |
| Octal | 16 | 276 | 320 | 135 | 11 | 0 | 22 | 272 | 127 | 54 |
| Binary | 1110 | 10111110 | 11010000 | 1011101 | 1001 | 0 | 10010 | 10111010 | 1010111 | 101100 |
Color Harmonies of #0EBED0
Complementary color
Monochromatic Colors of #0EBED0
Black with #0EBED0
Text Example
Text Example
White with #0EBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBED0; }
p { color: rgb(14,190,208); }
H1.HeaderClassName
{
color: #0EBED0;
}
.AnyTagClassName
{
color: #0EBED0;
}
</style>
background-color css
<style>
a { background-color: #0EBED0; }
a { background-color: rgb(14,190,208); }
div.DivClassName
{
background-color: #0EBED0;
}
.BgClassName
{
background-color: #0EBED0;
}
</style>
border-color css
<style>
span { border-color: #0EBED0; }
span { border-color: rgb(14,190,208); }
td.TdClassName
{
border-color: #0EBED0;
}
.TagClassName
{
border-color: #0EBED0;
}
</style>