Shades of Iris Blue #0EBBDF
Tints of Iris Blue #0EBBDF
RGB
CMYK
RGB Variations
Color information
#0EBBDF (or 0x0EBBDF) is known color: Iris Blue. HEX triplet: 0E, BB and DF. RGB value is (14,187,223). Sum of RGB (Red+Green+Blue) = 14+187+223=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EBBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBBDF is #F14420. Grayscale: #8B8B8B. Windows color (decimal): -15811617 or 14662414. OLE color: 14662414.
HSL color Cylindrical-coordinate representation of color #0EBBDF: hue angle of 190.33º 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 #0EBBDF is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 187 | 223 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.13 |
| HSL | 190.33º | 0.88% | 0.46% | - |
| HSV(B) | 190.33º | 0.94% | 0.87% | - |
| XYZ | 31.27 | 40.96 | 76.07 | - |
| YUV | 139.38 | 175.19 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 223 | 0.94 | 0.16 | 0 | 0.13 | 190.33 | 0.88 | 0.46 |
| Hex | E | BB | DF | 5E | 10 | 0 | D | BE | 58 | 2E |
| Octal | 16 | 273 | 337 | 136 | 20 | 0 | 15 | 276 | 130 | 56 |
| Binary | 1110 | 10111011 | 11011111 | 1011110 | 10000 | 0 | 1101 | 10111110 | 1011000 | 101110 |
Color Harmonies of #0EBBDF
Complementary color
Monochromatic Colors of #0EBBDF
Black with #0EBBDF
Text Example
Text Example
White with #0EBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBDF; }
p { color: rgb(14,187,223); }
H1.HeaderClassName
{
color: #0EBBDF;
}
.AnyTagClassName
{
color: #0EBBDF;
}
</style>
background-color css
<style>
a { background-color: #0EBBDF; }
a { background-color: rgb(14,187,223); }
div.DivClassName
{
background-color: #0EBBDF;
}
.BgClassName
{
background-color: #0EBBDF;
}
</style>
border-color css
<style>
span { border-color: #0EBBDF; }
span { border-color: rgb(14,187,223); }
td.TdClassName
{
border-color: #0EBBDF;
}
.TagClassName
{
border-color: #0EBBDF;
}
</style>