Shades of Iris Blue #0EBDC9
Tints of Iris Blue #0EBDC9
RGB
CMYK
RGB Variations
Color information
#0EBDC9 (or 0x0EBDC9) is known color: Iris Blue. HEX triplet: 0E, BD and C9. RGB value is (14,189,201). Sum of RGB (Red+Green+Blue) = 14+189+201=404 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #0EBDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDC9 is #F14236. Grayscale: #898989. Windows color (decimal): -15811127 or 13221134. OLE color: 13221134.
HSL color Cylindrical-coordinate representation of color #0EBDC9: hue angle of 183.85º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBDC9 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 189 | 201 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.21 |
| HSL | 183.85º | 0.87% | 0.42% | - |
| HSV(B) | 183.85º | 0.93% | 0.79% | - |
| XYZ | 28.92 | 40.71 | 61.59 | - |
| YUV | 138.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 201 | 0.93 | 0.06 | 0 | 0.21 | 183.85 | 0.87 | 0.42 |
| Hex | E | BD | C9 | 5D | 6 | 0 | 15 | B8 | 57 | 2A |
| Octal | 16 | 275 | 311 | 135 | 6 | 0 | 25 | 270 | 127 | 52 |
| Binary | 1110 | 10111101 | 11001001 | 1011101 | 110 | 0 | 10101 | 10111000 | 1010111 | 101010 |
Color Harmonies of #0EBDC9
Complementary color
Monochromatic Colors of #0EBDC9
Black with #0EBDC9
Text Example
Text Example
White with #0EBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDC9; }
p { color: rgb(14,189,201); }
H1.HeaderClassName
{
color: #0EBDC9;
}
.AnyTagClassName
{
color: #0EBDC9;
}
</style>
background-color css
<style>
a { background-color: #0EBDC9; }
a { background-color: rgb(14,189,201); }
div.DivClassName
{
background-color: #0EBDC9;
}
.BgClassName
{
background-color: #0EBDC9;
}
</style>
border-color css
<style>
span { border-color: #0EBDC9; }
span { border-color: rgb(14,189,201); }
td.TdClassName
{
border-color: #0EBDC9;
}
.TagClassName
{
border-color: #0EBDC9;
}
</style>