Shades of Iris Blue #0EBBDD
Tints of Iris Blue #0EBBDD
RGB
CMYK
RGB Variations
Color information
#0EBBDD (or 0x0EBBDD) is known color: Iris Blue. HEX triplet: 0E, BB and DD. RGB value is (14,187,221). Sum of RGB (Red+Green+Blue) = 14+187+221=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #0EBBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBDD is #F14422. Grayscale: #8A8A8A. Windows color (decimal): -15811619 or 14531342. OLE color: 14531342.
HSL color Cylindrical-coordinate representation of color #0EBBDD: hue angle of 189.86º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBBDD is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 187 | 221 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.13 |
| HSL | 189.86º | 0.88% | 0.46% | - |
| HSV(B) | 189.86º | 0.94% | 0.87% | - |
| XYZ | 31 | 40.85 | 74.66 | - |
| YUV | 139.15 | 174.19 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 221 | 0.94 | 0.15 | 0 | 0.13 | 189.86 | 0.88 | 0.46 |
| Hex | E | BB | DD | 5E | F | 0 | D | BE | 58 | 2E |
| Octal | 16 | 273 | 335 | 136 | 17 | 0 | 15 | 276 | 130 | 56 |
| Binary | 1110 | 10111011 | 11011101 | 1011110 | 1111 | 0 | 1101 | 10111110 | 1011000 | 101110 |
Color Harmonies of #0EBBDD
Complementary color
Monochromatic Colors of #0EBBDD
Black with #0EBBDD
Text Example
Text Example
White with #0EBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBDD; }
p { color: rgb(14,187,221); }
H1.HeaderClassName
{
color: #0EBBDD;
}
.AnyTagClassName
{
color: #0EBBDD;
}
</style>
background-color css
<style>
a { background-color: #0EBBDD; }
a { background-color: rgb(14,187,221); }
div.DivClassName
{
background-color: #0EBBDD;
}
.BgClassName
{
background-color: #0EBBDD;
}
</style>
border-color css
<style>
span { border-color: #0EBBDD; }
span { border-color: rgb(14,187,221); }
td.TdClassName
{
border-color: #0EBBDD;
}
.TagClassName
{
border-color: #0EBBDD;
}
</style>