#0E869F

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

Shades of Eastern Blue #0E869F

Tints of Eastern Blue #0E869F

Color information

#0E869F (or 0x0E869F) is unknown color: approx Eastern Blue. HEX triplet: 0E, 86 and 9F. RGB value is (14,134,159). Sum of RGB (Red+Green+Blue) = 14+134+159=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E869F is #F17960. Grayscale: #646464. Windows color (decimal): -15825249 or 10454542. OLE color: 10454542.

HSL color Cylindrical-coordinate representation of color #0E869F: hue angle of 190.34º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E869F is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14134159-
CMYK0.910.1600.38
HSL190.34º83.82%33.92%-
HSV(B)190.34º91.19%62.35%-
XYZ14.9619.6535.8-
YUV100.97160.7465.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.56%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=4.56%
G=43.65%
B=51.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141341590.910.1600.38190.3483.8233.92
HexE869F5B10026be5422
Octal162062371332004627612442
Binary111010000110100111111011011100000100110101111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,134,159); }

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

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

 a { background-color: rgb(14,134,159); }

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

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

 span { border-color: rgb(14,134,159); }

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