Shades of Eastern Blue #0E99A4
Tints of Eastern Blue #0E99A4
RGB
CMYK
RGB Variations
Color information
#0E99A4 (or 0x0E99A4) is known color: Eastern Blue. HEX triplet: 0E, 99 and A4. RGB value is (14,153,164). Sum of RGB (Red+Green+Blue) = 14+153+164=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E99A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E99A4 is #F1665B. Grayscale: #707070. Windows color (decimal): -15820380 or 10787086. OLE color: 10787086.
HSL color Cylindrical-coordinate representation of color #0E99A4: hue angle of 184.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E99A4 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 153 | 164 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.36 |
| HSL | 184.4º | 0.84% | 0.35% | - |
| HSV(B) | 184.4º | 0.91% | 0.64% | - |
| XYZ | 18.27 | 25.56 | 39.09 | - |
| YUV | 112.69 | 156.95 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 164 | 0.91 | 0.07 | 0 | 0.36 | 184.4 | 0.84 | 0.35 |
| Hex | E | 99 | A4 | 5B | 7 | 0 | 24 | B8 | 54 | 23 |
| Octal | 16 | 231 | 244 | 133 | 7 | 0 | 44 | 270 | 124 | 43 |
| Binary | 1110 | 10011001 | 10100100 | 1011011 | 111 | 0 | 100100 | 10111000 | 1010100 | 100011 |
Color Harmonies of #0E99A4
Complementary color
Monochromatic Colors of #0E99A4
Black with #0E99A4
Text Example
Text Example
White with #0E99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E99A4; }
p { color: rgb(14,153,164); }
H1.HeaderClassName
{
color: #0E99A4;
}
.AnyTagClassName
{
color: #0E99A4;
}
</style>
background-color css
<style>
a { background-color: #0E99A4; }
a { background-color: rgb(14,153,164); }
div.DivClassName
{
background-color: #0E99A4;
}
.BgClassName
{
background-color: #0E99A4;
}
</style>
border-color css
<style>
span { border-color: #0E99A4; }
span { border-color: rgb(14,153,164); }
td.TdClassName
{
border-color: #0E99A4;
}
.TagClassName
{
border-color: #0E99A4;
}
</style>