Shades of Iris Blue #0EBBD1
Tints of Iris Blue #0EBBD1
RGB
CMYK
RGB Variations
Color information
#0EBBD1 (or 0x0EBBD1) is known color: Iris Blue. HEX triplet: 0E, BB and D1. RGB value is (14,187,209). Sum of RGB (Red+Green+Blue) = 14+187+209=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #0EBBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBD1 is #F1442E. Grayscale: #898989. Windows color (decimal): -15811631 or 13744910. OLE color: 13744910.
HSL color Cylindrical-coordinate representation of color #0EBBD1: hue angle of 186.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBD1 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 187 | 209 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.18 |
| HSL | 186.77º | 0.87% | 0.44% | - |
| HSV(B) | 186.77º | 0.93% | 0.82% | - |
| XYZ | 29.46 | 40.24 | 66.54 | - |
| YUV | 137.78 | 168.19 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 209 | 0.93 | 0.11 | 0 | 0.18 | 186.77 | 0.87 | 0.44 |
| Hex | E | BB | D1 | 5D | B | 0 | 12 | BB | 57 | 2C |
| Octal | 16 | 273 | 321 | 135 | 13 | 0 | 22 | 273 | 127 | 54 |
| Binary | 1110 | 10111011 | 11010001 | 1011101 | 1011 | 0 | 10010 | 10111011 | 1010111 | 101100 |
Color Harmonies of #0EBBD1
Complementary color
Monochromatic Colors of #0EBBD1
Black with #0EBBD1
Text Example
Text Example
White with #0EBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBD1; }
p { color: rgb(14,187,209); }
H1.HeaderClassName
{
color: #0EBBD1;
}
.AnyTagClassName
{
color: #0EBBD1;
}
</style>
background-color css
<style>
a { background-color: #0EBBD1; }
a { background-color: rgb(14,187,209); }
div.DivClassName
{
background-color: #0EBBD1;
}
.BgClassName
{
background-color: #0EBBD1;
}
</style>
border-color css
<style>
span { border-color: #0EBBD1; }
span { border-color: rgb(14,187,209); }
td.TdClassName
{
border-color: #0EBBD1;
}
.TagClassName
{
border-color: #0EBBD1;
}
</style>