Shades of Iris Blue #0EB4DB
Tints of Iris Blue #0EB4DB
RGB
CMYK
RGB Variations
Color information
#0EB4DB (or 0x0EB4DB) is known color: Iris Blue. HEX triplet: 0E, B4 and DB. RGB value is (14,180,219). Sum of RGB (Red+Green+Blue) = 14+180+219=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EB4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB4DB is #F14B24. Grayscale: #868686. Windows color (decimal): -15813413 or 14398478. OLE color: 14398478.
HSL color Cylindrical-coordinate representation of color #0EB4DB: hue angle of 191.41º 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 #0EB4DB is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 180 | 219 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.14 |
| HSL | 191.41º | 0.88% | 0.46% | - |
| HSV(B) | 191.41º | 0.94% | 0.86% | - |
| XYZ | 29.29 | 37.85 | 72.78 | - |
| YUV | 134.81 | 175.5 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 180 | 219 | 0.94 | 0.18 | 0 | 0.14 | 191.41 | 0.88 | 0.46 |
| Hex | E | B4 | DB | 5E | 12 | 0 | E | BF | 58 | 2E |
| Octal | 16 | 264 | 333 | 136 | 22 | 0 | 16 | 277 | 130 | 56 |
| Binary | 1110 | 10110100 | 11011011 | 1011110 | 10010 | 0 | 1110 | 10111111 | 1011000 | 101110 |
Color Harmonies of #0EB4DB
Complementary color
Monochromatic Colors of #0EB4DB
Black with #0EB4DB
Text Example
Text Example
White with #0EB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB4DB; }
p { color: rgb(14,180,219); }
H1.HeaderClassName
{
color: #0EB4DB;
}
.AnyTagClassName
{
color: #0EB4DB;
}
</style>
background-color css
<style>
a { background-color: #0EB4DB; }
a { background-color: rgb(14,180,219); }
div.DivClassName
{
background-color: #0EB4DB;
}
.BgClassName
{
background-color: #0EB4DB;
}
</style>
border-color css
<style>
span { border-color: #0EB4DB; }
span { border-color: rgb(14,180,219); }
td.TdClassName
{
border-color: #0EB4DB;
}
.TagClassName
{
border-color: #0EB4DB;
}
</style>