#0E8795

Color #0E8795 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0E8795

Tints of Eastern Blue #0E8795

Color information

#0E8795 (or 0x0E8795) is unknown color: approx Eastern Blue. HEX triplet: 0E, 87 and 95. RGB value is (14,135,149). Sum of RGB (Red+Green+Blue) = 14+135+149=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E8795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8795 is #F1786A. Grayscale: #646464. Windows color (decimal): -15825003 or 9799438. OLE color: 9799438.

HSL color Cylindrical-coordinate representation of color #0E8795: hue angle of 186.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8795 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14135149-
CMYK0.910.0900.42
HSL186.22º82.82%31.96%-
HSV(B)186.22º90.6%58.43%-
XYZ14.2719.5931.46-
YUV100.42155.4166.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 4.70%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 149 (58.59% from 255) = 50%
R=4.70%
G=45.30%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141351490.910.0900.42186.2282.8231.96
HexE87955B902Aba5320
Octal162072251331105227212340
Binary11101000011110010101101101110010101010101110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8795; }

 p { color: rgb(14,135,149); }

 H1.HeaderClassName
 {
   color: #0E8795;
 }
 .AnyTagClassName
 {
   color: #0E8795;
 }
</style>
background-color css

<style>
 a { background-color: #0E8795; }

 a { background-color: rgb(14,135,149); }

 div.DivClassName
 {
   background-color: #0E8795;
 }
 .BgClassName
 {
   background-color: #0E8795;
 }
</style>
border-color css

<style>
 span { border-color: #0E8795; }

 span { border-color: rgb(14,135,149); }

 td.TdClassName
 {
   border-color: #0E8795;
 }
 .TagClassName
 {
   border-color: #0E8795;
 }
</style>