Shades of Iris Blue #0EBEDB
Tints of Iris Blue #0EBEDB
RGB
CMYK
RGB Variations
Color information
#0EBEDB (or 0x0EBEDB) is known color: Iris Blue. HEX triplet: 0E, BE and DB. RGB value is (14,190,219). Sum of RGB (Red+Green+Blue) = 14+190+219=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EBEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBEDB is #F14124. Grayscale: #8C8C8C. Windows color (decimal): -15810853 or 14401038. OLE color: 14401038.
HSL color Cylindrical-coordinate representation of color #0EBEDB: hue angle of 188.49º 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 #0EBEDB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 190 | 219 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.14 |
| HSL | 188.49º | 0.88% | 0.46% | - |
| HSV(B) | 188.49º | 0.94% | 0.86% | - |
| XYZ | 31.38 | 42.03 | 73.48 | - |
| YUV | 140.68 | 172.19 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 219 | 0.94 | 0.13 | 0 | 0.14 | 188.49 | 0.88 | 0.46 |
| Hex | E | BE | DB | 5E | D | 0 | E | BC | 58 | 2E |
| Octal | 16 | 276 | 333 | 136 | 15 | 0 | 16 | 274 | 130 | 56 |
| Binary | 1110 | 10111110 | 11011011 | 1011110 | 1101 | 0 | 1110 | 10111100 | 1011000 | 101110 |
Color Harmonies of #0EBEDB
Complementary color
Monochromatic Colors of #0EBEDB
Black with #0EBEDB
Text Example
Text Example
White with #0EBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEDB; }
p { color: rgb(14,190,219); }
H1.HeaderClassName
{
color: #0EBEDB;
}
.AnyTagClassName
{
color: #0EBEDB;
}
</style>
background-color css
<style>
a { background-color: #0EBEDB; }
a { background-color: rgb(14,190,219); }
div.DivClassName
{
background-color: #0EBEDB;
}
.BgClassName
{
background-color: #0EBEDB;
}
</style>
border-color css
<style>
span { border-color: #0EBEDB; }
span { border-color: rgb(14,190,219); }
td.TdClassName
{
border-color: #0EBEDB;
}
.TagClassName
{
border-color: #0EBEDB;
}
</style>