Shades of Iris Blue #0EADCC
Tints of Iris Blue #0EADCC
RGB
CMYK
RGB Variations
Color information
#0EADCC (or 0x0EADCC) is known color: Iris Blue. HEX triplet: 0E, AD and CC. RGB value is (14,173,204). Sum of RGB (Red+Green+Blue) = 14+173+204=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADCC is #F15233. Grayscale: #808080. Windows color (decimal): -15815220 or 13413646. OLE color: 13413646.
HSL color Cylindrical-coordinate representation of color #0EADCC: hue angle of 189.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EADCC is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 173 | 204 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.2 |
| HSL | 189.79º | 0.87% | 0.43% | - |
| HSV(B) | 189.79º | 0.93% | 0.8% | - |
| XYZ | 26.02 | 34.34 | 62.38 | - |
| YUV | 128.99 | 170.32 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 204 | 0.93 | 0.15 | 0 | 0.2 | 189.79 | 0.87 | 0.43 |
| Hex | E | AD | CC | 5D | F | 0 | 14 | BE | 57 | 2B |
| Octal | 16 | 255 | 314 | 135 | 17 | 0 | 24 | 276 | 127 | 53 |
| Binary | 1110 | 10101101 | 11001100 | 1011101 | 1111 | 0 | 10100 | 10111110 | 1010111 | 101011 |
Color Harmonies of #0EADCC
Complementary color
Monochromatic Colors of #0EADCC
Black with #0EADCC
Text Example
Text Example
White with #0EADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADCC; }
p { color: rgb(14,173,204); }
H1.HeaderClassName
{
color: #0EADCC;
}
.AnyTagClassName
{
color: #0EADCC;
}
</style>
background-color css
<style>
a { background-color: #0EADCC; }
a { background-color: rgb(14,173,204); }
div.DivClassName
{
background-color: #0EADCC;
}
.BgClassName
{
background-color: #0EADCC;
}
</style>
border-color css
<style>
span { border-color: #0EADCC; }
span { border-color: rgb(14,173,204); }
td.TdClassName
{
border-color: #0EADCC;
}
.TagClassName
{
border-color: #0EADCC;
}
</style>