Shades of Iris Blue #0EA9DA
Tints of Iris Blue #0EA9DA
RGB
CMYK
RGB Variations
Color information
#0EA9DA (or 0x0EA9DA) is known color: Iris Blue. HEX triplet: 0E, A9 and DA. RGB value is (14,169,218). Sum of RGB (Red+Green+Blue) = 14+169+218=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #0EA9DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA9DA is #F15625. Grayscale: #7F7F7F. Windows color (decimal): -15816230 or 14330126. OLE color: 14330126.
HSL color Cylindrical-coordinate representation of color #0EA9DA: hue angle of 194.41º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA9DA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 169 | 218 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.15 |
| HSL | 194.41º | 0.88% | 0.45% | - |
| HSV(B) | 194.41º | 0.94% | 0.85% | - |
| XYZ | 27.02 | 33.53 | 71.38 | - |
| YUV | 128.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 218 | 0.94 | 0.22 | 0 | 0.15 | 194.41 | 0.88 | 0.45 |
| Hex | E | A9 | DA | 5E | 16 | 0 | F | C2 | 58 | 2D |
| Octal | 16 | 251 | 332 | 136 | 26 | 0 | 17 | 302 | 130 | 55 |
| Binary | 1110 | 10101001 | 11011010 | 1011110 | 10110 | 0 | 1111 | 11000010 | 1011000 | 101101 |
Color Harmonies of #0EA9DA
Complementary color
Monochromatic Colors of #0EA9DA
Black with #0EA9DA
Text Example
Text Example
White with #0EA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA9DA; }
p { color: rgb(14,169,218); }
H1.HeaderClassName
{
color: #0EA9DA;
}
.AnyTagClassName
{
color: #0EA9DA;
}
</style>
background-color css
<style>
a { background-color: #0EA9DA; }
a { background-color: rgb(14,169,218); }
div.DivClassName
{
background-color: #0EA9DA;
}
.BgClassName
{
background-color: #0EA9DA;
}
</style>
border-color css
<style>
span { border-color: #0EA9DA; }
span { border-color: rgb(14,169,218); }
td.TdClassName
{
border-color: #0EA9DA;
}
.TagClassName
{
border-color: #0EA9DA;
}
</style>