Shades of Iris Blue #0EAECD
Tints of Iris Blue #0EAECD
RGB
CMYK
RGB Variations
Color information
#0EAECD (or 0x0EAECD) is known color: Iris Blue. HEX triplet: 0E, AE and CD. RGB value is (14,174,205). Sum of RGB (Red+Green+Blue) = 14+174+205=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #0EAECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAECD is #F15132. Grayscale: #818181. Windows color (decimal): -15814963 or 13479438. OLE color: 13479438.
HSL color Cylindrical-coordinate representation of color #0EAECD: hue angle of 189.74º 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 #0EAECD is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 174 | 205 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.20 |
| HSL | 189.74º | 0.87% | 0.43% | - |
| HSV(B) | 189.74º | 0.93% | 0.8% | - |
| XYZ | 26.34 | 34.77 | 63.08 | - |
| YUV | 129.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 205 | 0.93 | 0.15 | 0 | 0.20 | 189.74 | 0.87 | 0.43 |
| Hex | E | AE | CD | 5D | F | 0 | 14 | BE | 57 | 2B |
| Octal | 16 | 256 | 315 | 135 | 17 | 0 | 24 | 276 | 127 | 53 |
| Binary | 1110 | 10101110 | 11001101 | 1011101 | 1111 | 0 | 10100 | 10111110 | 1010111 | 101011 |
Color Harmonies of #0EAECD
Complementary color
Monochromatic Colors of #0EAECD
Black with #0EAECD
Text Example
Text Example
White with #0EAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAECD; }
p { color: rgb(14,174,205); }
H1.HeaderClassName
{
color: #0EAECD;
}
.AnyTagClassName
{
color: #0EAECD;
}
</style>
background-color css
<style>
a { background-color: #0EAECD; }
a { background-color: rgb(14,174,205); }
div.DivClassName
{
background-color: #0EAECD;
}
.BgClassName
{
background-color: #0EAECD;
}
</style>
border-color css
<style>
span { border-color: #0EAECD; }
span { border-color: rgb(14,174,205); }
td.TdClassName
{
border-color: #0EAECD;
}
.TagClassName
{
border-color: #0EAECD;
}
</style>