#078895

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

Shades of Eastern Blue #078895

Tints of Eastern Blue #078895

Color information

#078895 (or 0x078895) is unknown color: approx Eastern Blue. HEX triplet: 07, 88 and 95. RGB value is (7,136,149). Sum of RGB (Red+Green+Blue) = 7+136+149=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #078895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078895 is #F8776A. Grayscale: #626262. Windows color (decimal): -16283499 or 9799687. OLE color: 9799687.

HSL color Cylindrical-coordinate representation of color #078895: hue angle of 185.49º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078895 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7136149-
CMYK0.950.0900.42
HSL185.49º91.03%30.59%-
HSV(B)185.49º95.3%58.43%-
XYZ14.3219.8231.51-
YUV98.91156.2662.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.40%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=2.40%
G=46.58%
B=51.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71361490.950.0900.42185.4991.0330.59
Hex788955F902Ab95b1f
Octal72102251371105227113337
Binary111100010001001010110111111001010101010111001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078895; }

 p { color: rgb(7,136,149); }

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

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

 a { background-color: rgb(7,136,149); }

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

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

 span { border-color: rgb(7,136,149); }

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