Shades of Iris Blue #0EBDBD
Tints of Iris Blue #0EBDBD
RGB
CMYK
RGB Variations
Color information
#0EBDBD (or 0x0EBDBD) is known color: Iris Blue. HEX triplet: 0E, BD and BD. RGB value is (14,189,189). Sum of RGB (Red+Green+Blue) = 14+189+189=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #0EBDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDBD is #F14242. Grayscale: #888888. Windows color (decimal): -15811139 or 12434702. OLE color: 12434702.
HSL color Cylindrical-coordinate representation of color #0EBDBD: hue angle of 180º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBDBD is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 189 | - |
| CMYK | 0.93 | 0 | 0 | 0.26 |
| HSL | 180º | 0.86% | 0.4% | - |
| HSV(B) | 180º | 0.93% | 0.74% | - |
| XYZ | 27.56 | 40.16 | 54.44 | - |
| YUV | 136.68 | 157.52 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 189 | 0.93 | 0 | 0 | 0.26 | 180 | 0.86 | 0.4 |
| Hex | E | BD | BD | 5D | 0 | 0 | 1A | B4 | 56 | 28 |
| Octal | 16 | 275 | 275 | 135 | 0 | 0 | 32 | 264 | 126 | 50 |
| Binary | 1110 | 10111101 | 10111101 | 1011101 | 0 | 0 | 11010 | 10110100 | 1010110 | 101000 |
Color Harmonies of #0EBDBD
Complementary color
Monochromatic Colors of #0EBDBD
Black with #0EBDBD
Text Example
Text Example
White with #0EBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDBD; }
p { color: rgb(14,189,189); }
H1.HeaderClassName
{
color: #0EBDBD;
}
.AnyTagClassName
{
color: #0EBDBD;
}
</style>
background-color css
<style>
a { background-color: #0EBDBD; }
a { background-color: rgb(14,189,189); }
div.DivClassName
{
background-color: #0EBDBD;
}
.BgClassName
{
background-color: #0EBDBD;
}
</style>
border-color css
<style>
span { border-color: #0EBDBD; }
span { border-color: rgb(14,189,189); }
td.TdClassName
{
border-color: #0EBDBD;
}
.TagClassName
{
border-color: #0EBDBD;
}
</style>