Shades of Iris Blue #0EBECC
Tints of Iris Blue #0EBECC
RGB
CMYK
RGB Variations
Color information
#0EBECC (or 0x0EBECC) is known color: Iris Blue. HEX triplet: 0E, BE and CC. RGB value is (14,190,204). Sum of RGB (Red+Green+Blue) = 14+190+204=408 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.43% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #0EBECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBECC is #F14133. Grayscale: #8A8A8A. Windows color (decimal): -15810868 or 13417998. OLE color: 13417998.
HSL color Cylindrical-coordinate representation of color #0EBECC: hue angle of 184.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBECC is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 190 | 204 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.2 |
| HSL | 184.42º | 0.87% | 0.43% | - |
| HSV(B) | 184.42º | 0.93% | 0.8% | - |
| XYZ | 29.49 | 41.28 | 63.54 | - |
| YUV | 138.97 | 164.69 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 204 | 0.93 | 0.07 | 0 | 0.2 | 184.42 | 0.87 | 0.43 |
| Hex | E | BE | CC | 5D | 7 | 0 | 14 | B8 | 57 | 2B |
| Octal | 16 | 276 | 314 | 135 | 7 | 0 | 24 | 270 | 127 | 53 |
| Binary | 1110 | 10111110 | 11001100 | 1011101 | 111 | 0 | 10100 | 10111000 | 1010111 | 101011 |
Color Harmonies of #0EBECC
Complementary color
Monochromatic Colors of #0EBECC
Black with #0EBECC
Text Example
Text Example
White with #0EBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBECC; }
p { color: rgb(14,190,204); }
H1.HeaderClassName
{
color: #0EBECC;
}
.AnyTagClassName
{
color: #0EBECC;
}
</style>
background-color css
<style>
a { background-color: #0EBECC; }
a { background-color: rgb(14,190,204); }
div.DivClassName
{
background-color: #0EBECC;
}
.BgClassName
{
background-color: #0EBECC;
}
</style>
border-color css
<style>
span { border-color: #0EBECC; }
span { border-color: rgb(14,190,204); }
td.TdClassName
{
border-color: #0EBECC;
}
.TagClassName
{
border-color: #0EBECC;
}
</style>