Shades of Iris Blue #0EBFDC
Tints of Iris Blue #0EBFDC
RGB
CMYK
RGB Variations
Color information
#0EBFDC (or 0x0EBFDC) is known color: Iris Blue. HEX triplet: 0E, BF and DC. RGB value is (14,191,220). Sum of RGB (Red+Green+Blue) = 14+191+220=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EBFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFDC is #F14023. Grayscale: #8D8D8D. Windows color (decimal): -15810596 or 14466830. OLE color: 14466830.
HSL color Cylindrical-coordinate representation of color #0EBFDC: hue angle of 188.45º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBFDC is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 191 | 220 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.14 |
| HSL | 188.45º | 0.88% | 0.46% | - |
| HSV(B) | 188.45º | 0.94% | 0.86% | - |
| XYZ | 31.73 | 42.52 | 74.25 | - |
| YUV | 141.38 | 172.36 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 220 | 0.94 | 0.13 | 0 | 0.14 | 188.45 | 0.88 | 0.46 |
| Hex | E | BF | DC | 5E | D | 0 | E | BC | 58 | 2E |
| Octal | 16 | 277 | 334 | 136 | 15 | 0 | 16 | 274 | 130 | 56 |
| Binary | 1110 | 10111111 | 11011100 | 1011110 | 1101 | 0 | 1110 | 10111100 | 1011000 | 101110 |
Color Harmonies of #0EBFDC
Complementary color
Monochromatic Colors of #0EBFDC
Black with #0EBFDC
Text Example
Text Example
White with #0EBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFDC; }
p { color: rgb(14,191,220); }
H1.HeaderClassName
{
color: #0EBFDC;
}
.AnyTagClassName
{
color: #0EBFDC;
}
</style>
background-color css
<style>
a { background-color: #0EBFDC; }
a { background-color: rgb(14,191,220); }
div.DivClassName
{
background-color: #0EBFDC;
}
.BgClassName
{
background-color: #0EBFDC;
}
</style>
border-color css
<style>
span { border-color: #0EBFDC; }
span { border-color: rgb(14,191,220); }
td.TdClassName
{
border-color: #0EBFDC;
}
.TagClassName
{
border-color: #0EBFDC;
}
</style>