Shades of Iris Blue #0EBFDB
Tints of Iris Blue #0EBFDB
RGB
CMYK
RGB Variations
Color information
#0EBFDB (or 0x0EBFDB) is known color: Iris Blue. HEX triplet: 0E, BF and DB. RGB value is (14,191,219). Sum of RGB (Red+Green+Blue) = 14+191+219=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EBFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFDB is #F14024. Grayscale: #8C8C8C. Windows color (decimal): -15810597 or 14401294. OLE color: 14401294.
HSL color Cylindrical-coordinate representation of color #0EBFDB: hue angle of 188.2º 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 #0EBFDB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 191 | 219 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.14 |
| HSL | 188.2º | 0.88% | 0.46% | - |
| HSV(B) | 188.2º | 0.94% | 0.86% | - |
| XYZ | 31.6 | 42.47 | 73.55 | - |
| YUV | 141.27 | 171.86 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 219 | 0.94 | 0.13 | 0 | 0.14 | 188.2 | 0.88 | 0.46 |
| Hex | E | BF | DB | 5E | D | 0 | E | BC | 58 | 2E |
| Octal | 16 | 277 | 333 | 136 | 15 | 0 | 16 | 274 | 130 | 56 |
| Binary | 1110 | 10111111 | 11011011 | 1011110 | 1101 | 0 | 1110 | 10111100 | 1011000 | 101110 |
Color Harmonies of #0EBFDB
Complementary color
Monochromatic Colors of #0EBFDB
Black with #0EBFDB
Text Example
Text Example
White with #0EBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFDB; }
p { color: rgb(14,191,219); }
H1.HeaderClassName
{
color: #0EBFDB;
}
.AnyTagClassName
{
color: #0EBFDB;
}
</style>
background-color css
<style>
a { background-color: #0EBFDB; }
a { background-color: rgb(14,191,219); }
div.DivClassName
{
background-color: #0EBFDB;
}
.BgClassName
{
background-color: #0EBFDB;
}
</style>
border-color css
<style>
span { border-color: #0EBFDB; }
span { border-color: rgb(14,191,219); }
td.TdClassName
{
border-color: #0EBFDB;
}
.TagClassName
{
border-color: #0EBFDB;
}
</style>