Shades of Iris Blue #0EB2DB
Tints of Iris Blue #0EB2DB
RGB
CMYK
RGB Variations
Color information
#0EB2DB (or 0x0EB2DB) is known color: Iris Blue. HEX triplet: 0E, B2 and DB. RGB value is (14,178,219). Sum of RGB (Red+Green+Blue) = 14+178+219=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EB2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2DB is #F14D24. Grayscale: #858585. Windows color (decimal): -15813925 or 14397966. OLE color: 14397966.
HSL color Cylindrical-coordinate representation of color #0EB2DB: hue angle of 192º 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 #0EB2DB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 178 | 219 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.14 |
| HSL | 192º | 0.88% | 0.46% | - |
| HSV(B) | 192º | 0.94% | 0.86% | - |
| XYZ | 28.89 | 37.05 | 72.65 | - |
| YUV | 133.64 | 176.17 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 178 | 219 | 0.94 | 0.19 | 0 | 0.14 | 192 | 0.88 | 0.46 |
| Hex | E | B2 | DB | 5E | 13 | 0 | E | C0 | 58 | 2E |
| Octal | 16 | 262 | 333 | 136 | 23 | 0 | 16 | 300 | 130 | 56 |
| Binary | 1110 | 10110010 | 11011011 | 1011110 | 10011 | 0 | 1110 | 11000000 | 1011000 | 101110 |
Color Harmonies of #0EB2DB
Complementary color
Monochromatic Colors of #0EB2DB
Black with #0EB2DB
Text Example
Text Example
White with #0EB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB2DB; }
p { color: rgb(14,178,219); }
H1.HeaderClassName
{
color: #0EB2DB;
}
.AnyTagClassName
{
color: #0EB2DB;
}
</style>
background-color css
<style>
a { background-color: #0EB2DB; }
a { background-color: rgb(14,178,219); }
div.DivClassName
{
background-color: #0EB2DB;
}
.BgClassName
{
background-color: #0EB2DB;
}
</style>
border-color css
<style>
span { border-color: #0EB2DB; }
span { border-color: rgb(14,178,219); }
td.TdClassName
{
border-color: #0EB2DB;
}
.TagClassName
{
border-color: #0EB2DB;
}
</style>