Shades of Iris Blue #0EBBBC
Tints of Iris Blue #0EBBBC
RGB
CMYK
RGB Variations
Color information
#0EBBBC (or 0x0EBBBC) is known color: Iris Blue. HEX triplet: 0E, BB and BC. RGB value is (14,187,188). Sum of RGB (Red+Green+Blue) = 14+187+188=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #0EBBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBBC is #F14443. Grayscale: #878787. Windows color (decimal): -15811652 or 12368654. OLE color: 12368654.
HSL color Cylindrical-coordinate representation of color #0EBBBC: hue angle of 180.34º 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 #0EBBBC is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 187 | 188 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.26 |
| HSL | 180.34º | 0.86% | 0.4% | - |
| HSV(B) | 180.34º | 0.93% | 0.74% | - |
| XYZ | 27.03 | 39.26 | 53.73 | - |
| YUV | 135.39 | 157.69 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 188 | 0.93 | 0.01 | 0 | 0.26 | 180.34 | 0.86 | 0.4 |
| Hex | E | BB | BC | 5D | 1 | 0 | 1A | B4 | 56 | 28 |
| Octal | 16 | 273 | 274 | 135 | 1 | 0 | 32 | 264 | 126 | 50 |
| Binary | 1110 | 10111011 | 10111100 | 1011101 | 1 | 0 | 11010 | 10110100 | 1010110 | 101000 |
Color Harmonies of #0EBBBC
Complementary color
Monochromatic Colors of #0EBBBC
Black with #0EBBBC
Text Example
Text Example
White with #0EBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBBC; }
p { color: rgb(14,187,188); }
H1.HeaderClassName
{
color: #0EBBBC;
}
.AnyTagClassName
{
color: #0EBBBC;
}
</style>
background-color css
<style>
a { background-color: #0EBBBC; }
a { background-color: rgb(14,187,188); }
div.DivClassName
{
background-color: #0EBBBC;
}
.BgClassName
{
background-color: #0EBBBC;
}
</style>
border-color css
<style>
span { border-color: #0EBBBC; }
span { border-color: rgb(14,187,188); }
td.TdClassName
{
border-color: #0EBBBC;
}
.TagClassName
{
border-color: #0EBBBC;
}
</style>