Shades of Iris Blue #0EB7DB
Tints of Iris Blue #0EB7DB
RGB
CMYK
RGB Variations
Color information
#0EB7DB (or 0x0EB7DB) is known color: Iris Blue. HEX triplet: 0E, B7 and DB. RGB value is (14,183,219). Sum of RGB (Red+Green+Blue) = 14+183+219=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EB7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB7DB is #F14824. Grayscale: #888888. Windows color (decimal): -15812645 or 14399246. OLE color: 14399246.
HSL color Cylindrical-coordinate representation of color #0EB7DB: hue angle of 190.54º 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 #0EB7DB is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 183 | 219 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.14 |
| HSL | 190.54º | 0.88% | 0.46% | - |
| HSV(B) | 190.54º | 0.94% | 0.86% | - |
| XYZ | 29.9 | 39.07 | 72.98 | - |
| YUV | 136.57 | 174.51 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 219 | 0.94 | 0.16 | 0 | 0.14 | 190.54 | 0.88 | 0.46 |
| Hex | E | B7 | DB | 5E | 10 | 0 | E | BF | 58 | 2E |
| Octal | 16 | 267 | 333 | 136 | 20 | 0 | 16 | 277 | 130 | 56 |
| Binary | 1110 | 10110111 | 11011011 | 1011110 | 10000 | 0 | 1110 | 10111111 | 1011000 | 101110 |
Color Harmonies of #0EB7DB
Complementary color
Monochromatic Colors of #0EB7DB
Black with #0EB7DB
Text Example
Text Example
White with #0EB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB7DB; }
p { color: rgb(14,183,219); }
H1.HeaderClassName
{
color: #0EB7DB;
}
.AnyTagClassName
{
color: #0EB7DB;
}
</style>
background-color css
<style>
a { background-color: #0EB7DB; }
a { background-color: rgb(14,183,219); }
div.DivClassName
{
background-color: #0EB7DB;
}
.BgClassName
{
background-color: #0EB7DB;
}
</style>
border-color css
<style>
span { border-color: #0EB7DB; }
span { border-color: rgb(14,183,219); }
td.TdClassName
{
border-color: #0EB7DB;
}
.TagClassName
{
border-color: #0EB7DB;
}
</style>