Shades of Iris Blue #0EBDB8
Tints of Iris Blue #0EBDB8
RGB
CMYK
RGB Variations
Color information
#0EBDB8 (or 0x0EBDB8) is known color: Iris Blue. HEX triplet: 0E, BD and B8. RGB value is (14,189,184). Sum of RGB (Red+Green+Blue) = 14+189+184=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBDB8 is #F14247. Grayscale: #878787. Windows color (decimal): -15811144 or 12107022. OLE color: 12107022.
HSL color Cylindrical-coordinate representation of color #0EBDB8: hue angle of 178.29º 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 #0EBDB8 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 184 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.26 |
| HSL | 178.29º | 0.86% | 0.4% | - |
| HSV(B) | 178.29º | 0.93% | 0.74% | - |
| XYZ | 27.03 | 39.95 | 51.63 | - |
| YUV | 136.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 184 | 0.93 | 0 | 0.03 | 0.26 | 178.29 | 0.86 | 0.4 |
| Hex | E | BD | B8 | 5D | 0 | 3 | 1A | B2 | 56 | 28 |
| Octal | 16 | 275 | 270 | 135 | 0 | 3 | 32 | 262 | 126 | 50 |
| Binary | 1110 | 10111101 | 10111000 | 1011101 | 0 | 11 | 11010 | 10110010 | 1010110 | 101000 |
Color Harmonies of #0EBDB8
Complementary color
Monochromatic Colors of #0EBDB8
Black with #0EBDB8
Text Example
Text Example
White with #0EBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDB8; }
p { color: rgb(14,189,184); }
H1.HeaderClassName
{
color: #0EBDB8;
}
.AnyTagClassName
{
color: #0EBDB8;
}
</style>
background-color css
<style>
a { background-color: #0EBDB8; }
a { background-color: rgb(14,189,184); }
div.DivClassName
{
background-color: #0EBDB8;
}
.BgClassName
{
background-color: #0EBDB8;
}
</style>
border-color css
<style>
span { border-color: #0EBDB8; }
span { border-color: rgb(14,189,184); }
td.TdClassName
{
border-color: #0EBDB8;
}
.TagClassName
{
border-color: #0EBDB8;
}
</style>