Shades of Iris Blue #0EBBC7
Tints of Iris Blue #0EBBC7
RGB
CMYK
RGB Variations
Color information
#0EBBC7 (or 0x0EBBC7) is known color: Iris Blue. HEX triplet: 0E, BB and C7. RGB value is (14,187,199). Sum of RGB (Red+Green+Blue) = 14+187+199=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 199 (78.12% from 255 or 49.75% from 400); Max value from RGB is 199 - color contains mainly: blue. Hex color #0EBBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBC7 is #F14438. Grayscale: #888888. Windows color (decimal): -15811641 or 13089550. OLE color: 13089550.
HSL color Cylindrical-coordinate representation of color #0EBBC7: hue angle of 183.89º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBC7 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 187 | 199 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.22 |
| HSL | 183.89º | 0.87% | 0.42% | - |
| HSV(B) | 183.89º | 0.93% | 0.78% | - |
| XYZ | 28.26 | 39.76 | 60.22 | - |
| YUV | 136.64 | 163.19 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 199 | 0.93 | 0.06 | 0 | 0.22 | 183.89 | 0.87 | 0.42 |
| Hex | E | BB | C7 | 5D | 6 | 0 | 16 | B8 | 57 | 2A |
| Octal | 16 | 273 | 307 | 135 | 6 | 0 | 26 | 270 | 127 | 52 |
| Binary | 1110 | 10111011 | 11000111 | 1011101 | 110 | 0 | 10110 | 10111000 | 1010111 | 101010 |
Color Harmonies of #0EBBC7
Complementary color
Monochromatic Colors of #0EBBC7
Black with #0EBBC7
Text Example
Text Example
White with #0EBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBC7; }
p { color: rgb(14,187,199); }
H1.HeaderClassName
{
color: #0EBBC7;
}
.AnyTagClassName
{
color: #0EBBC7;
}
</style>
background-color css
<style>
a { background-color: #0EBBC7; }
a { background-color: rgb(14,187,199); }
div.DivClassName
{
background-color: #0EBBC7;
}
.BgClassName
{
background-color: #0EBBC7;
}
</style>
border-color css
<style>
span { border-color: #0EBBC7; }
span { border-color: rgb(14,187,199); }
td.TdClassName
{
border-color: #0EBBC7;
}
.TagClassName
{
border-color: #0EBBC7;
}
</style>