Shades of Iris Blue #0EB8DC
Tints of Iris Blue #0EB8DC
RGB
CMYK
RGB Variations
Color information
#0EB8DC (or 0x0EB8DC) is known color: Iris Blue. HEX triplet: 0E, B8 and DC. RGB value is (14,184,220). Sum of RGB (Red+Green+Blue) = 14+184+220=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EB8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8DC is #F14723. Grayscale: #888888. Windows color (decimal): -15812388 or 14465038. OLE color: 14465038.
HSL color Cylindrical-coordinate representation of color #0EB8DC: hue angle of 190.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 #0EB8DC is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 184 | 220 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.14 |
| HSL | 190.49º | 0.88% | 0.46% | - |
| HSV(B) | 190.49º | 0.94% | 0.86% | - |
| XYZ | 30.24 | 39.54 | 73.75 | - |
| YUV | 137.27 | 174.68 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 220 | 0.94 | 0.16 | 0 | 0.14 | 190.49 | 0.88 | 0.46 |
| Hex | E | B8 | DC | 5E | 10 | 0 | E | BE | 58 | 2E |
| Octal | 16 | 270 | 334 | 136 | 20 | 0 | 16 | 276 | 130 | 56 |
| Binary | 1110 | 10111000 | 11011100 | 1011110 | 10000 | 0 | 1110 | 10111110 | 1011000 | 101110 |
Color Harmonies of #0EB8DC
Complementary color
Monochromatic Colors of #0EB8DC
Black with #0EB8DC
Text Example
Text Example
White with #0EB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB8DC; }
p { color: rgb(14,184,220); }
H1.HeaderClassName
{
color: #0EB8DC;
}
.AnyTagClassName
{
color: #0EB8DC;
}
</style>
background-color css
<style>
a { background-color: #0EB8DC; }
a { background-color: rgb(14,184,220); }
div.DivClassName
{
background-color: #0EB8DC;
}
.BgClassName
{
background-color: #0EB8DC;
}
</style>
border-color css
<style>
span { border-color: #0EB8DC; }
span { border-color: rgb(14,184,220); }
td.TdClassName
{
border-color: #0EB8DC;
}
.TagClassName
{
border-color: #0EB8DC;
}
</style>