Shades of Iris Blue #0EADD3
Tints of Iris Blue #0EADD3
RGB
CMYK
RGB Variations
Color information
#0EADD3 (or 0x0EADD3) is known color: Iris Blue. HEX triplet: 0E, AD and D3. RGB value is (14,173,211). Sum of RGB (Red+Green+Blue) = 14+173+211=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #0EADD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EADD3 is #F1522C. Grayscale: #818181. Windows color (decimal): -15815213 or 13872398. OLE color: 13872398.
HSL color Cylindrical-coordinate representation of color #0EADD3: hue angle of 191.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EADD3 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 173 | 211 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.17 |
| HSL | 191.57º | 0.88% | 0.44% | - |
| HSV(B) | 191.57º | 0.93% | 0.83% | - |
| XYZ | 26.88 | 34.68 | 66.91 | - |
| YUV | 129.79 | 173.82 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 211 | 0.93 | 0.18 | 0 | 0.17 | 191.57 | 0.88 | 0.44 |
| Hex | E | AD | D3 | 5D | 12 | 0 | 11 | C0 | 58 | 2C |
| Octal | 16 | 255 | 323 | 135 | 22 | 0 | 21 | 300 | 130 | 54 |
| Binary | 1110 | 10101101 | 11010011 | 1011101 | 10010 | 0 | 10001 | 11000000 | 1011000 | 101100 |
Color Harmonies of #0EADD3
Complementary color
Monochromatic Colors of #0EADD3
Black with #0EADD3
Text Example
Text Example
White with #0EADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADD3; }
p { color: rgb(14,173,211); }
H1.HeaderClassName
{
color: #0EADD3;
}
.AnyTagClassName
{
color: #0EADD3;
}
</style>
background-color css
<style>
a { background-color: #0EADD3; }
a { background-color: rgb(14,173,211); }
div.DivClassName
{
background-color: #0EADD3;
}
.BgClassName
{
background-color: #0EADD3;
}
</style>
border-color css
<style>
span { border-color: #0EADD3; }
span { border-color: rgb(14,173,211); }
td.TdClassName
{
border-color: #0EADD3;
}
.TagClassName
{
border-color: #0EADD3;
}
</style>