#078EA8

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

Shades of Eastern Blue #078EA8

Tints of Eastern Blue #078EA8

Color information

#078EA8 (or 0x078EA8) is unknown color: approx Eastern Blue. HEX triplet: 07, 8E and A8. RGB value is (7,142,168). Sum of RGB (Red+Green+Blue) = 7+142+168=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 168 (66.02% from 255 or 53.00% from 317); Max value from RGB is 168 - color contains mainly: blue. Hex color #078EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078EA8 is #F87157. Grayscale: #686868. Windows color (decimal): -16281944 or 11046407. OLE color: 11046407.

HSL color Cylindrical-coordinate representation of color #078EA8: hue angle of 189.69º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078EA8 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7142168-
CMYK0.960.1500.34
HSL189.69º92%34.31%-
HSV(B)189.69º95.83%65.88%-
XYZ16.8322.2240.45-
YUV104.6163.7758.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.21%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 168 (66.02% from 255) = 53.00%
R=2.21%
G=44.79%
B=53.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71421680.960.1500.34189.699234.31
Hex78EA860F022be5c22
Octal72162501401704227613442
Binary1111000111010101000110000011110100010101111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,142,168); }

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

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

 a { background-color: rgb(7,142,168); }

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

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

 span { border-color: rgb(7,142,168); }

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