Shades of Iris Blue #0EADDC
Tints of Iris Blue #0EADDC
RGB
CMYK
RGB Variations
Color information
#0EADDC (or 0x0EADDC) is known color: Iris Blue. HEX triplet: 0E, AD and DC. RGB value is (14,173,220). Sum of RGB (Red+Green+Blue) = 14+173+220=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADDC is #F15223. Grayscale: #828282. Windows color (decimal): -15815204 or 14462222. OLE color: 14462222.
HSL color Cylindrical-coordinate representation of color #0EADDC: hue angle of 193.69º 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 #0EADDC is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 173 | 220 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.14 |
| HSL | 193.69º | 0.88% | 0.46% | - |
| HSV(B) | 193.69º | 0.94% | 0.86% | - |
| XYZ | 28.04 | 35.15 | 73.02 | - |
| YUV | 130.82 | 178.32 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 220 | 0.94 | 0.21 | 0 | 0.14 | 193.69 | 0.88 | 0.46 |
| Hex | E | AD | DC | 5E | 15 | 0 | E | C2 | 58 | 2E |
| Octal | 16 | 255 | 334 | 136 | 25 | 0 | 16 | 302 | 130 | 56 |
| Binary | 1110 | 10101101 | 11011100 | 1011110 | 10101 | 0 | 1110 | 11000010 | 1011000 | 101110 |
Color Harmonies of #0EADDC
Complementary color
Monochromatic Colors of #0EADDC
Black with #0EADDC
Text Example
Text Example
White with #0EADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADDC; }
p { color: rgb(14,173,220); }
H1.HeaderClassName
{
color: #0EADDC;
}
.AnyTagClassName
{
color: #0EADDC;
}
</style>
background-color css
<style>
a { background-color: #0EADDC; }
a { background-color: rgb(14,173,220); }
div.DivClassName
{
background-color: #0EADDC;
}
.BgClassName
{
background-color: #0EADDC;
}
</style>
border-color css
<style>
span { border-color: #0EADDC; }
span { border-color: rgb(14,173,220); }
td.TdClassName
{
border-color: #0EADDC;
}
.TagClassName
{
border-color: #0EADDC;
}
</style>