Shades of Iris Blue #0EB8DB
Tints of Iris Blue #0EB8DB
RGB
CMYK
RGB Variations
Color information
#0EB8DB (or 0x0EB8DB) is known color: Iris Blue. HEX triplet: 0E, B8 and DB. RGB value is (14,184,219). Sum of RGB (Red+Green+Blue) = 14+184+219=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EB8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8DB is #F14724. Grayscale: #888888. Windows color (decimal): -15812389 or 14399502. OLE color: 14399502.
HSL color Cylindrical-coordinate representation of color #0EB8DB: hue angle of 190.24º 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 #0EB8DB is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 184 | 219 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.14 |
| HSL | 190.24º | 0.88% | 0.46% | - |
| HSV(B) | 190.24º | 0.94% | 0.86% | - |
| XYZ | 30.11 | 39.49 | 73.05 | - |
| YUV | 137.16 | 174.18 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 219 | 0.94 | 0.16 | 0 | 0.14 | 190.24 | 0.88 | 0.46 |
| Hex | E | B8 | DB | 5E | 10 | 0 | E | BE | 58 | 2E |
| Octal | 16 | 270 | 333 | 136 | 20 | 0 | 16 | 276 | 130 | 56 |
| Binary | 1110 | 10111000 | 11011011 | 1011110 | 10000 | 0 | 1110 | 10111110 | 1011000 | 101110 |
Color Harmonies of #0EB8DB
Complementary color
Monochromatic Colors of #0EB8DB
Black with #0EB8DB
Text Example
Text Example
White with #0EB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB8DB; }
p { color: rgb(14,184,219); }
H1.HeaderClassName
{
color: #0EB8DB;
}
.AnyTagClassName
{
color: #0EB8DB;
}
</style>
background-color css
<style>
a { background-color: #0EB8DB; }
a { background-color: rgb(14,184,219); }
div.DivClassName
{
background-color: #0EB8DB;
}
.BgClassName
{
background-color: #0EB8DB;
}
</style>
border-color css
<style>
span { border-color: #0EB8DB; }
span { border-color: rgb(14,184,219); }
td.TdClassName
{
border-color: #0EB8DB;
}
.TagClassName
{
border-color: #0EB8DB;
}
</style>