Shades of Iris Blue #0EB0DC
Tints of Iris Blue #0EB0DC
RGB
CMYK
RGB Variations
Color information
#0EB0DC (or 0x0EB0DC) is known color: Iris Blue. HEX triplet: 0E, B0 and DC. RGB value is (14,176,220). Sum of RGB (Red+Green+Blue) = 14+176+220=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EB0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB0DC is #F14F23. Grayscale: #848484. Windows color (decimal): -15814436 or 14462990. OLE color: 14462990.
HSL color Cylindrical-coordinate representation of color #0EB0DC: hue angle of 192.82º 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 #0EB0DC is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 176 | 220 | - |
| CMYK | 0.94 | 0.2 | 0 | 0.14 |
| HSL | 192.82º | 0.88% | 0.46% | - |
| HSV(B) | 192.82º | 0.94% | 0.86% | - |
| XYZ | 28.62 | 36.31 | 73.21 | - |
| YUV | 132.58 | 177.33 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 176 | 220 | 0.94 | 0.2 | 0 | 0.14 | 192.82 | 0.88 | 0.46 |
| Hex | E | B0 | DC | 5E | 14 | 0 | E | C1 | 58 | 2E |
| Octal | 16 | 260 | 334 | 136 | 24 | 0 | 16 | 301 | 130 | 56 |
| Binary | 1110 | 10110000 | 11011100 | 1011110 | 10100 | 0 | 1110 | 11000001 | 1011000 | 101110 |
Color Harmonies of #0EB0DC
Complementary color
Monochromatic Colors of #0EB0DC
Black with #0EB0DC
Text Example
Text Example
White with #0EB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB0DC; }
p { color: rgb(14,176,220); }
H1.HeaderClassName
{
color: #0EB0DC;
}
.AnyTagClassName
{
color: #0EB0DC;
}
</style>
background-color css
<style>
a { background-color: #0EB0DC; }
a { background-color: rgb(14,176,220); }
div.DivClassName
{
background-color: #0EB0DC;
}
.BgClassName
{
background-color: #0EB0DC;
}
</style>
border-color css
<style>
span { border-color: #0EB0DC; }
span { border-color: rgb(14,176,220); }
td.TdClassName
{
border-color: #0EB0DC;
}
.TagClassName
{
border-color: #0EB0DC;
}
</style>