Shades of Iris Blue #0EB8DF
Tints of Iris Blue #0EB8DF
RGB
CMYK
RGB Variations
Color information
#0EB8DF (or 0x0EB8DF) is known color: Iris Blue. HEX triplet: 0E, B8 and DF. RGB value is (14,184,223). Sum of RGB (Red+Green+Blue) = 14+184+223=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EB8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8DF is #F14720. Grayscale: #898989. Windows color (decimal): -15812385 or 14661646. OLE color: 14661646.
HSL color Cylindrical-coordinate representation of color #0EB8DF: hue angle of 191.2º 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 #0EB8DF is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 184 | 223 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.13 |
| HSL | 191.2º | 0.88% | 0.46% | - |
| HSV(B) | 191.2º | 0.94% | 0.87% | - |
| XYZ | 30.64 | 39.7 | 75.86 | - |
| YUV | 137.62 | 176.18 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 223 | 0.94 | 0.17 | 0 | 0.13 | 191.2 | 0.88 | 0.46 |
| Hex | E | B8 | DF | 5E | 11 | 0 | D | BF | 58 | 2E |
| Octal | 16 | 270 | 337 | 136 | 21 | 0 | 15 | 277 | 130 | 56 |
| Binary | 1110 | 10111000 | 11011111 | 1011110 | 10001 | 0 | 1101 | 10111111 | 1011000 | 101110 |
Color Harmonies of #0EB8DF
Complementary color
Monochromatic Colors of #0EB8DF
Black with #0EB8DF
Text Example
Text Example
White with #0EB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB8DF; }
p { color: rgb(14,184,223); }
H1.HeaderClassName
{
color: #0EB8DF;
}
.AnyTagClassName
{
color: #0EB8DF;
}
</style>
background-color css
<style>
a { background-color: #0EB8DF; }
a { background-color: rgb(14,184,223); }
div.DivClassName
{
background-color: #0EB8DF;
}
.BgClassName
{
background-color: #0EB8DF;
}
</style>
border-color css
<style>
span { border-color: #0EB8DF; }
span { border-color: rgb(14,184,223); }
td.TdClassName
{
border-color: #0EB8DF;
}
.TagClassName
{
border-color: #0EB8DF;
}
</style>