Shades of Iris Blue #0EB2D0
Tints of Iris Blue #0EB2D0
RGB
CMYK
RGB Variations
Color information
#0EB2D0 (or 0x0EB2D0) is known color: Iris Blue. HEX triplet: 0E, B2 and D0. RGB value is (14,178,208). Sum of RGB (Red+Green+Blue) = 14+178+208=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #0EB2D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB2D0 is #F14D2F. Grayscale: #848484. Windows color (decimal): -15813936 or 13677070. OLE color: 13677070.
HSL color Cylindrical-coordinate representation of color #0EB2D0: hue angle of 189.28º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB2D0 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 178 | 208 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.18 |
| HSL | 189.28º | 0.87% | 0.44% | - |
| HSV(B) | 189.28º | 0.93% | 0.82% | - |
| XYZ | 27.49 | 36.49 | 65.27 | - |
| YUV | 132.38 | 170.67 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 178 | 208 | 0.93 | 0.14 | 0 | 0.18 | 189.28 | 0.87 | 0.44 |
| Hex | E | B2 | D0 | 5D | E | 0 | 12 | BD | 57 | 2C |
| Octal | 16 | 262 | 320 | 135 | 16 | 0 | 22 | 275 | 127 | 54 |
| Binary | 1110 | 10110010 | 11010000 | 1011101 | 1110 | 0 | 10010 | 10111101 | 1010111 | 101100 |
Color Harmonies of #0EB2D0
Complementary color
Monochromatic Colors of #0EB2D0
Black with #0EB2D0
Text Example
Text Example
White with #0EB2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB2D0; }
p { color: rgb(14,178,208); }
H1.HeaderClassName
{
color: #0EB2D0;
}
.AnyTagClassName
{
color: #0EB2D0;
}
</style>
background-color css
<style>
a { background-color: #0EB2D0; }
a { background-color: rgb(14,178,208); }
div.DivClassName
{
background-color: #0EB2D0;
}
.BgClassName
{
background-color: #0EB2D0;
}
</style>
border-color css
<style>
span { border-color: #0EB2D0; }
span { border-color: rgb(14,178,208); }
td.TdClassName
{
border-color: #0EB2D0;
}
.TagClassName
{
border-color: #0EB2D0;
}
</style>