Shades of Iris Blue #0EBED5
Tints of Iris Blue #0EBED5
RGB
CMYK
RGB Variations
Color information
#0EBED5 (or 0x0EBED5) is known color: Iris Blue. HEX triplet: 0E, BE and D5. RGB value is (14,190,213). Sum of RGB (Red+Green+Blue) = 14+190+213=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #0EBED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBED5 is #F1412A. Grayscale: #8B8B8B. Windows color (decimal): -15810859 or 14007822. OLE color: 14007822.
HSL color Cylindrical-coordinate representation of color #0EBED5: hue angle of 186.93º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBED5 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 190 | 213 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.16 |
| HSL | 186.93º | 0.88% | 0.45% | - |
| HSV(B) | 186.93º | 0.93% | 0.84% | - |
| XYZ | 30.6 | 41.72 | 69.39 | - |
| YUV | 140 | 169.19 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 213 | 0.93 | 0.11 | 0 | 0.16 | 186.93 | 0.88 | 0.45 |
| Hex | E | BE | D5 | 5D | B | 0 | 10 | BB | 58 | 2D |
| Octal | 16 | 276 | 325 | 135 | 13 | 0 | 20 | 273 | 130 | 55 |
| Binary | 1110 | 10111110 | 11010101 | 1011101 | 1011 | 0 | 10000 | 10111011 | 1011000 | 101101 |
Color Harmonies of #0EBED5
Complementary color
Monochromatic Colors of #0EBED5
Black with #0EBED5
Text Example
Text Example
White with #0EBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBED5; }
p { color: rgb(14,190,213); }
H1.HeaderClassName
{
color: #0EBED5;
}
.AnyTagClassName
{
color: #0EBED5;
}
</style>
background-color css
<style>
a { background-color: #0EBED5; }
a { background-color: rgb(14,190,213); }
div.DivClassName
{
background-color: #0EBED5;
}
.BgClassName
{
background-color: #0EBED5;
}
</style>
border-color css
<style>
span { border-color: #0EBED5; }
span { border-color: rgb(14,190,213); }
td.TdClassName
{
border-color: #0EBED5;
}
.TagClassName
{
border-color: #0EBED5;
}
</style>