Shades of Iris Blue #0EB8CB
Tints of Iris Blue #0EB8CB
RGB
CMYK
RGB Variations
Color information
#0EB8CB (or 0x0EB8CB) is known color: Iris Blue. HEX triplet: 0E, B8 and CB. RGB value is (14,184,203). Sum of RGB (Red+Green+Blue) = 14+184+203=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #0EB8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8CB is #F14734. Grayscale: #878787. Windows color (decimal): -15812405 or 13350926. OLE color: 13350926.
HSL color Cylindrical-coordinate representation of color #0EB8CB: hue angle of 186.03º 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 #0EB8CB is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 184 | 203 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.20 |
| HSL | 186.03º | 0.87% | 0.43% | - |
| HSV(B) | 186.03º | 0.93% | 0.8% | - |
| XYZ | 28.1 | 38.69 | 62.49 | - |
| YUV | 135.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 203 | 0.93 | 0.09 | 0 | 0.20 | 186.03 | 0.87 | 0.43 |
| Hex | E | B8 | CB | 5D | 9 | 0 | 14 | BA | 57 | 2B |
| Octal | 16 | 270 | 313 | 135 | 11 | 0 | 24 | 272 | 127 | 53 |
| Binary | 1110 | 10111000 | 11001011 | 1011101 | 1001 | 0 | 10100 | 10111010 | 1010111 | 101011 |
Color Harmonies of #0EB8CB
Complementary color
Monochromatic Colors of #0EB8CB
Black with #0EB8CB
Text Example
Text Example
White with #0EB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB8CB; }
p { color: rgb(14,184,203); }
H1.HeaderClassName
{
color: #0EB8CB;
}
.AnyTagClassName
{
color: #0EB8CB;
}
</style>
background-color css
<style>
a { background-color: #0EB8CB; }
a { background-color: rgb(14,184,203); }
div.DivClassName
{
background-color: #0EB8CB;
}
.BgClassName
{
background-color: #0EB8CB;
}
</style>
border-color css
<style>
span { border-color: #0EB8CB; }
span { border-color: rgb(14,184,203); }
td.TdClassName
{
border-color: #0EB8CB;
}
.TagClassName
{
border-color: #0EB8CB;
}
</style>