Shades of Iris Blue #0EB3C4
Tints of Iris Blue #0EB3C4
RGB
CMYK
RGB Variations
Color information
#0EB3C4 (or 0x0EB3C4) is known color: Iris Blue. HEX triplet: 0E, B3 and C4. RGB value is (14,179,196). Sum of RGB (Red+Green+Blue) = 14+179+196=389 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.60% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #0EB3C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB3C4 is #F14C3B. Grayscale: #838383. Windows color (decimal): -15813692 or 12890894. OLE color: 12890894.
HSL color Cylindrical-coordinate representation of color #0EB3C4: hue angle of 185.6º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB3C4 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 179 | 196 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.23 |
| HSL | 185.6º | 0.87% | 0.41% | - |
| HSV(B) | 185.6º | 0.93% | 0.77% | - |
| XYZ | 26.27 | 36.32 | 57.85 | - |
| YUV | 131.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 196 | 0.93 | 0.09 | 0 | 0.23 | 185.6 | 0.87 | 0.41 |
| Hex | E | B3 | C4 | 5D | 9 | 0 | 17 | BA | 57 | 29 |
| Octal | 16 | 263 | 304 | 135 | 11 | 0 | 27 | 272 | 127 | 51 |
| Binary | 1110 | 10110011 | 11000100 | 1011101 | 1001 | 0 | 10111 | 10111010 | 1010111 | 101001 |
Color Harmonies of #0EB3C4
Complementary color
Monochromatic Colors of #0EB3C4
Black with #0EB3C4
Text Example
Text Example
White with #0EB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB3C4; }
p { color: rgb(14,179,196); }
H1.HeaderClassName
{
color: #0EB3C4;
}
.AnyTagClassName
{
color: #0EB3C4;
}
</style>
background-color css
<style>
a { background-color: #0EB3C4; }
a { background-color: rgb(14,179,196); }
div.DivClassName
{
background-color: #0EB3C4;
}
.BgClassName
{
background-color: #0EB3C4;
}
</style>
border-color css
<style>
span { border-color: #0EB3C4; }
span { border-color: rgb(14,179,196); }
td.TdClassName
{
border-color: #0EB3C4;
}
.TagClassName
{
border-color: #0EB3C4;
}
</style>