Shades of Iris Blue #0EBEDC
Tints of Iris Blue #0EBEDC
RGB
CMYK
RGB Variations
Color information
#0EBEDC (or 0x0EBEDC) is known color: Iris Blue. HEX triplet: 0E, BE and DC. RGB value is (14,190,220). Sum of RGB (Red+Green+Blue) = 14+190+220=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EBEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBEDC is #F14123. Grayscale: #8C8C8C. Windows color (decimal): -15810852 or 14466574. OLE color: 14466574.
HSL color Cylindrical-coordinate representation of color #0EBEDC: hue angle of 188.74º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBEDC is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 190 | 220 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.14 |
| HSL | 188.74º | 0.88% | 0.46% | - |
| HSV(B) | 188.74º | 0.94% | 0.86% | - |
| XYZ | 31.51 | 42.09 | 74.17 | - |
| YUV | 140.8 | 172.69 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 220 | 0.94 | 0.14 | 0 | 0.14 | 188.74 | 0.88 | 0.46 |
| Hex | E | BE | DC | 5E | E | 0 | E | BD | 58 | 2E |
| Octal | 16 | 276 | 334 | 136 | 16 | 0 | 16 | 275 | 130 | 56 |
| Binary | 1110 | 10111110 | 11011100 | 1011110 | 1110 | 0 | 1110 | 10111101 | 1011000 | 101110 |
Color Harmonies of #0EBEDC
Complementary color
Monochromatic Colors of #0EBEDC
Black with #0EBEDC
Text Example
Text Example
White with #0EBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEDC; }
p { color: rgb(14,190,220); }
H1.HeaderClassName
{
color: #0EBEDC;
}
.AnyTagClassName
{
color: #0EBEDC;
}
</style>
background-color css
<style>
a { background-color: #0EBEDC; }
a { background-color: rgb(14,190,220); }
div.DivClassName
{
background-color: #0EBEDC;
}
.BgClassName
{
background-color: #0EBEDC;
}
</style>
border-color css
<style>
span { border-color: #0EBEDC; }
span { border-color: rgb(14,190,220); }
td.TdClassName
{
border-color: #0EBEDC;
}
.TagClassName
{
border-color: #0EBEDC;
}
</style>