Shades of Iris Blue #0EBECB
Tints of Iris Blue #0EBECB
RGB
CMYK
RGB Variations
Color information
#0EBECB (or 0x0EBECB) is known color: Iris Blue. HEX triplet: 0E, BE and CB. RGB value is (14,190,203). Sum of RGB (Red+Green+Blue) = 14+190+203=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #0EBECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBECB is #F14134. Grayscale: #8A8A8A. Windows color (decimal): -15810869 or 13352462. OLE color: 13352462.
HSL color Cylindrical-coordinate representation of color #0EBECB: hue angle of 184.13º 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 #0EBECB is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 190 | 203 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.20 |
| HSL | 184.13º | 0.87% | 0.43% | - |
| HSV(B) | 184.13º | 0.93% | 0.8% | - |
| XYZ | 29.37 | 41.23 | 62.91 | - |
| YUV | 138.86 | 164.19 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 203 | 0.93 | 0.06 | 0 | 0.20 | 184.13 | 0.87 | 0.43 |
| Hex | E | BE | CB | 5D | 6 | 0 | 14 | B8 | 57 | 2B |
| Octal | 16 | 276 | 313 | 135 | 6 | 0 | 24 | 270 | 127 | 53 |
| Binary | 1110 | 10111110 | 11001011 | 1011101 | 110 | 0 | 10100 | 10111000 | 1010111 | 101011 |
Color Harmonies of #0EBECB
Complementary color
Monochromatic Colors of #0EBECB
Black with #0EBECB
Text Example
Text Example
White with #0EBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBECB; }
p { color: rgb(14,190,203); }
H1.HeaderClassName
{
color: #0EBECB;
}
.AnyTagClassName
{
color: #0EBECB;
}
</style>
background-color css
<style>
a { background-color: #0EBECB; }
a { background-color: rgb(14,190,203); }
div.DivClassName
{
background-color: #0EBECB;
}
.BgClassName
{
background-color: #0EBECB;
}
</style>
border-color css
<style>
span { border-color: #0EBECB; }
span { border-color: rgb(14,190,203); }
td.TdClassName
{
border-color: #0EBECB;
}
.TagClassName
{
border-color: #0EBECB;
}
</style>