Shades of Iris Blue #0EB0C1
Tints of Iris Blue #0EB0C1
RGB
CMYK
RGB Variations
Color information
#0EB0C1 (or 0x0EB0C1) is known color: Iris Blue. HEX triplet: 0E, B0 and C1. RGB value is (14,176,193). Sum of RGB (Red+Green+Blue) = 14+176+193=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #0EB0C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EB0C1 is #F14F3E. Grayscale: #818181. Windows color (decimal): -15814463 or 12693518. OLE color: 12693518.
HSL color Cylindrical-coordinate representation of color #0EB0C1: hue angle of 185.7º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB0C1 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 176 | 193 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.24 |
| HSL | 185.7º | 0.86% | 0.41% | - |
| HSV(B) | 185.7º | 0.93% | 0.76% | - |
| XYZ | 25.33 | 34.99 | 55.87 | - |
| YUV | 129.5 | 163.83 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 176 | 193 | 0.93 | 0.09 | 0 | 0.24 | 185.7 | 0.86 | 0.41 |
| Hex | E | B0 | C1 | 5D | 9 | 0 | 18 | BA | 56 | 29 |
| Octal | 16 | 260 | 301 | 135 | 11 | 0 | 30 | 272 | 126 | 51 |
| Binary | 1110 | 10110000 | 11000001 | 1011101 | 1001 | 0 | 11000 | 10111010 | 1010110 | 101001 |
Color Harmonies of #0EB0C1
Complementary color
Monochromatic Colors of #0EB0C1
Black with #0EB0C1
Text Example
Text Example
White with #0EB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB0C1; }
p { color: rgb(14,176,193); }
H1.HeaderClassName
{
color: #0EB0C1;
}
.AnyTagClassName
{
color: #0EB0C1;
}
</style>
background-color css
<style>
a { background-color: #0EB0C1; }
a { background-color: rgb(14,176,193); }
div.DivClassName
{
background-color: #0EB0C1;
}
.BgClassName
{
background-color: #0EB0C1;
}
</style>
border-color css
<style>
span { border-color: #0EB0C1; }
span { border-color: rgb(14,176,193); }
td.TdClassName
{
border-color: #0EB0C1;
}
.TagClassName
{
border-color: #0EB0C1;
}
</style>