#078B9D

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

Shades of Eastern Blue #078B9D

Tints of Eastern Blue #078B9D

Color information

#078B9D (or 0x078B9D) is unknown color: approx Eastern Blue. HEX triplet: 07, 8B and 9D. RGB value is (7,139,157). Sum of RGB (Red+Green+Blue) = 7+139+157=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #078B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078B9D is #F87462. Grayscale: #656565. Windows color (decimal): -16282723 or 10324743. OLE color: 10324743.

HSL color Cylindrical-coordinate representation of color #078B9D: hue angle of 187.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078B9D is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7139157-
CMYK0.960.1100.38
HSL187.2º91.46%32.16%-
HSV(B)187.2º95.54%61.57%-
XYZ15.4120.9435.13-
YUV101.58159.2760.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.31%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 157 (61.72% from 255) = 51.82%
R=2.31%
G=45.87%
B=51.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71391570.960.1100.38187.291.4632.16
Hex78B9D60B026bb5b20
Octal72132351401304627313340
Binary1111000101110011101110000010110100110101110111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078B9D; }

 p { color: rgb(7,139,157); }

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

<style>
 a { background-color: #078B9D; }

 a { background-color: rgb(7,139,157); }

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

<style>
 span { border-color: #078B9D; }

 span { border-color: rgb(7,139,157); }

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