#078D9E

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

Shades of Eastern Blue #078D9E

Tints of Eastern Blue #078D9E

Color information

#078D9E (or 0x078D9E) is unknown color: approx Eastern Blue. HEX triplet: 07, 8D and 9E. RGB value is (7,141,158). Sum of RGB (Red+Green+Blue) = 7+141+158=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #078D9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078D9E is #F87261. Grayscale: #666666. Windows color (decimal): -16282210 or 10390791. OLE color: 10390791.

HSL color Cylindrical-coordinate representation of color #078D9E: hue angle of 186.75º degrees, saturation: 0.92, 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 #078D9E is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7141158-
CMYK0.960.1100.38
HSL186.75º91.52%32.35%-
HSV(B)186.75º95.57%61.96%-
XYZ15.7821.5635.68-
YUV102.87159.1159.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.29%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=2.29%
G=46.08%
B=51.63%

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
Decimal71411580.960.1100.38186.7591.5232.35
Hex78D9E60B026bb5c20
Octal72152361401304627313440
Binary1111000110110011110110000010110100110101110111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,141,158); }

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

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

 a { background-color: rgb(7,141,158); }

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

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

 span { border-color: rgb(7,141,158); }

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