Shades of Iris Blue #0EAFC3
Tints of Iris Blue #0EAFC3
RGB
CMYK
RGB Variations
Color information
#0EAFC3 (or 0x0EAFC3) is known color: Iris Blue. HEX triplet: 0E, AF and C3. RGB value is (14,175,195). Sum of RGB (Red+Green+Blue) = 14+175+195=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #0EAFC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EAFC3 is #F1503C. Grayscale: #808080. Windows color (decimal): -15814717 or 12824334. OLE color: 12824334.
HSL color Cylindrical-coordinate representation of color #0EAFC3: hue angle of 186.63º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EAFC3 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 175 | 195 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.24 |
| HSL | 186.63º | 0.87% | 0.41% | - |
| HSV(B) | 186.63º | 0.93% | 0.76% | - |
| XYZ | 25.36 | 34.69 | 56.99 | - |
| YUV | 129.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 195 | 0.93 | 0.10 | 0 | 0.24 | 186.63 | 0.87 | 0.41 |
| Hex | E | AF | C3 | 5D | A | 0 | 18 | BB | 57 | 29 |
| Octal | 16 | 257 | 303 | 135 | 12 | 0 | 30 | 273 | 127 | 51 |
| Binary | 1110 | 10101111 | 11000011 | 1011101 | 1010 | 0 | 11000 | 10111011 | 1010111 | 101001 |
Color Harmonies of #0EAFC3
Complementary color
Monochromatic Colors of #0EAFC3
Black with #0EAFC3
Text Example
Text Example
White with #0EAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAFC3; }
p { color: rgb(14,175,195); }
H1.HeaderClassName
{
color: #0EAFC3;
}
.AnyTagClassName
{
color: #0EAFC3;
}
</style>
background-color css
<style>
a { background-color: #0EAFC3; }
a { background-color: rgb(14,175,195); }
div.DivClassName
{
background-color: #0EAFC3;
}
.BgClassName
{
background-color: #0EAFC3;
}
</style>
border-color css
<style>
span { border-color: #0EAFC3; }
span { border-color: rgb(14,175,195); }
td.TdClassName
{
border-color: #0EAFC3;
}
.TagClassName
{
border-color: #0EAFC3;
}
</style>