Shades of Iris Blue #0EBBC1
Tints of Iris Blue #0EBBC1
RGB
CMYK
RGB Variations
Color information
#0EBBC1 (or 0x0EBBC1) is known color: Iris Blue. HEX triplet: 0E, BB and C1. RGB value is (14,187,193). Sum of RGB (Red+Green+Blue) = 14+187+193=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #0EBBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBC1 is #F1443E. Grayscale: #878787. Windows color (decimal): -15811647 or 12696334. OLE color: 12696334.
HSL color Cylindrical-coordinate representation of color #0EBBC1: hue angle of 182.01º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBC1 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 187 | 193 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.24 |
| HSL | 182.01º | 0.86% | 0.41% | - |
| HSV(B) | 182.01º | 0.93% | 0.76% | - |
| XYZ | 27.58 | 39.48 | 56.62 | - |
| YUV | 135.96 | 160.19 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 193 | 0.93 | 0.03 | 0 | 0.24 | 182.01 | 0.86 | 0.41 |
| Hex | E | BB | C1 | 5D | 3 | 0 | 18 | B6 | 56 | 29 |
| Octal | 16 | 273 | 301 | 135 | 3 | 0 | 30 | 266 | 126 | 51 |
| Binary | 1110 | 10111011 | 11000001 | 1011101 | 11 | 0 | 11000 | 10110110 | 1010110 | 101001 |
Color Harmonies of #0EBBC1
Complementary color
Monochromatic Colors of #0EBBC1
Black with #0EBBC1
Text Example
Text Example
White with #0EBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBC1; }
p { color: rgb(14,187,193); }
H1.HeaderClassName
{
color: #0EBBC1;
}
.AnyTagClassName
{
color: #0EBBC1;
}
</style>
background-color css
<style>
a { background-color: #0EBBC1; }
a { background-color: rgb(14,187,193); }
div.DivClassName
{
background-color: #0EBBC1;
}
.BgClassName
{
background-color: #0EBBC1;
}
</style>
border-color css
<style>
span { border-color: #0EBBC1; }
span { border-color: rgb(14,187,193); }
td.TdClassName
{
border-color: #0EBBC1;
}
.TagClassName
{
border-color: #0EBBC1;
}
</style>