#0E979C

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

Shades of Eastern Blue #0E979C

Tints of Eastern Blue #0E979C

Color information

#0E979C (or 0x0E979C) is unknown color: approx Eastern Blue. HEX triplet: 0E, 97 and 9C. RGB value is (14,151,156). Sum of RGB (Red+Green+Blue) = 14+151+156=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E979C is #F16863. Grayscale: #6E6E6E. Windows color (decimal): -15820900 or 10262286. OLE color: 10262286.

HSL color Cylindrical-coordinate representation of color #0E979C: hue angle of 182.11º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E979C is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14151156-
CMYK0.910.0300.39
HSL182.11º83.53%33.33%-
HSV(B)182.11º91.03%61.18%-
XYZ17.2524.6335.3-
YUV110.61153.6159.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.36%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=4.36%
G=47.04%
B=48.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141511560.910.0300.39182.1183.5333.33
HexE979C5B3027b65421
Octal16227234133304726612441
Binary111010010111100111001011011110100111101101101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,151,156); }

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

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

 a { background-color: rgb(14,151,156); }

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

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

 span { border-color: rgb(14,151,156); }

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