Shades of Iris Blue #0EB8CF
Tints of Iris Blue #0EB8CF
RGB
CMYK
RGB Variations
Color information
#0EB8CF (or 0x0EB8CF) is known color: Iris Blue. HEX triplet: 0E, B8 and CF. RGB value is (14,184,207). Sum of RGB (Red+Green+Blue) = 14+184+207=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EB8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EB8CF is #F14730. Grayscale: #878787. Windows color (decimal): -15812401 or 13613070. OLE color: 13613070.
HSL color Cylindrical-coordinate representation of color #0EB8CF: hue angle of 187.15º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB8CF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 184 | 207 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.19 |
| HSL | 187.15º | 0.87% | 0.43% | - |
| HSV(B) | 187.15º | 0.93% | 0.81% | - |
| XYZ | 28.58 | 38.88 | 65.03 | - |
| YUV | 135.79 | 168.18 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 207 | 0.93 | 0.11 | 0 | 0.19 | 187.15 | 0.87 | 0.43 |
| Hex | E | B8 | CF | 5D | B | 0 | 13 | BB | 57 | 2B |
| Octal | 16 | 270 | 317 | 135 | 13 | 0 | 23 | 273 | 127 | 53 |
| Binary | 1110 | 10111000 | 11001111 | 1011101 | 1011 | 0 | 10011 | 10111011 | 1010111 | 101011 |
Color Harmonies of #0EB8CF
Complementary color
Monochromatic Colors of #0EB8CF
Black with #0EB8CF
Text Example
Text Example
White with #0EB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB8CF; }
p { color: rgb(14,184,207); }
H1.HeaderClassName
{
color: #0EB8CF;
}
.AnyTagClassName
{
color: #0EB8CF;
}
</style>
background-color css
<style>
a { background-color: #0EB8CF; }
a { background-color: rgb(14,184,207); }
div.DivClassName
{
background-color: #0EB8CF;
}
.BgClassName
{
background-color: #0EB8CF;
}
</style>
border-color css
<style>
span { border-color: #0EB8CF; }
span { border-color: rgb(14,184,207); }
td.TdClassName
{
border-color: #0EB8CF;
}
.TagClassName
{
border-color: #0EB8CF;
}
</style>