Shades of Iris Blue #0EBEDF
Tints of Iris Blue #0EBEDF
RGB
CMYK
RGB Variations
Color information
#0EBEDF (or 0x0EBEDF) is known color: Iris Blue. HEX triplet: 0E, BE and DF. RGB value is (14,190,223). Sum of RGB (Red+Green+Blue) = 14+190+223=427 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.28% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EBEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBEDF is #F14120. Grayscale: #8C8C8C. Windows color (decimal): -15810849 or 14663182. OLE color: 14663182.
HSL color Cylindrical-coordinate representation of color #0EBEDF: hue angle of 189.47º 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 #0EBEDF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 190 | 223 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.13 |
| HSL | 189.47º | 0.88% | 0.46% | - |
| HSV(B) | 189.47º | 0.94% | 0.87% | - |
| XYZ | 31.91 | 42.25 | 76.28 | - |
| YUV | 141.14 | 174.19 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 223 | 0.94 | 0.15 | 0 | 0.13 | 189.47 | 0.88 | 0.46 |
| Hex | E | BE | DF | 5E | F | 0 | D | BD | 58 | 2E |
| Octal | 16 | 276 | 337 | 136 | 17 | 0 | 15 | 275 | 130 | 56 |
| Binary | 1110 | 10111110 | 11011111 | 1011110 | 1111 | 0 | 1101 | 10111101 | 1011000 | 101110 |
Color Harmonies of #0EBEDF
Complementary color
Monochromatic Colors of #0EBEDF
Black with #0EBEDF
Text Example
Text Example
White with #0EBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBEDF; }
p { color: rgb(14,190,223); }
H1.HeaderClassName
{
color: #0EBEDF;
}
.AnyTagClassName
{
color: #0EBEDF;
}
</style>
background-color css
<style>
a { background-color: #0EBEDF; }
a { background-color: rgb(14,190,223); }
div.DivClassName
{
background-color: #0EBEDF;
}
.BgClassName
{
background-color: #0EBEDF;
}
</style>
border-color css
<style>
span { border-color: #0EBEDF; }
span { border-color: rgb(14,190,223); }
td.TdClassName
{
border-color: #0EBEDF;
}
.TagClassName
{
border-color: #0EBEDF;
}
</style>