Shades of Iris Blue #0EAFC7
Tints of Iris Blue #0EAFC7
RGB
CMYK
RGB Variations
Color information
#0EAFC7 (or 0x0EAFC7) is known color: Iris Blue. HEX triplet: 0E, AF and C7. RGB value is (14,175,199). Sum of RGB (Red+Green+Blue) = 14+175+199=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #0EAFC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFC7 is #F15038. Grayscale: #818181. Windows color (decimal): -15814713 or 13086478. OLE color: 13086478.
HSL color Cylindrical-coordinate representation of color #0EAFC7: hue angle of 187.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAFC7 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 175 | 199 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.22 |
| HSL | 187.78º | 0.87% | 0.42% | - |
| HSV(B) | 187.78º | 0.93% | 0.78% | - |
| XYZ | 25.82 | 34.88 | 59.4 | - |
| YUV | 129.6 | 167.16 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 199 | 0.93 | 0.12 | 0 | 0.22 | 187.78 | 0.87 | 0.42 |
| Hex | E | AF | C7 | 5D | C | 0 | 16 | BC | 57 | 2A |
| Octal | 16 | 257 | 307 | 135 | 14 | 0 | 26 | 274 | 127 | 52 |
| Binary | 1110 | 10101111 | 11000111 | 1011101 | 1100 | 0 | 10110 | 10111100 | 1010111 | 101010 |
Color Harmonies of #0EAFC7
Complementary color
Monochromatic Colors of #0EAFC7
Black with #0EAFC7
Text Example
Text Example
White with #0EAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAFC7; }
p { color: rgb(14,175,199); }
H1.HeaderClassName
{
color: #0EAFC7;
}
.AnyTagClassName
{
color: #0EAFC7;
}
</style>
background-color css
<style>
a { background-color: #0EAFC7; }
a { background-color: rgb(14,175,199); }
div.DivClassName
{
background-color: #0EAFC7;
}
.BgClassName
{
background-color: #0EAFC7;
}
</style>
border-color css
<style>
span { border-color: #0EAFC7; }
span { border-color: rgb(14,175,199); }
td.TdClassName
{
border-color: #0EAFC7;
}
.TagClassName
{
border-color: #0EAFC7;
}
</style>