#078E9B

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

Shades of Eastern Blue #078E9B

Tints of Eastern Blue #078E9B

Color information

#078E9B (or 0x078E9B) is unknown color: approx Eastern Blue. HEX triplet: 07, 8E and 9B. RGB value is (7,142,155). Sum of RGB (Red+Green+Blue) = 7+142+155=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #078E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078E9B is #F87164. Grayscale: #666666. Windows color (decimal): -16281957 or 10194439. OLE color: 10194439.

HSL color Cylindrical-coordinate representation of color #078E9B: hue angle of 185.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078E9B is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7142155-
CMYK0.950.0800.39
HSL185.27º91.36%31.76%-
HSV(B)185.27º95.48%60.78%-
XYZ15.6821.7634.38-
YUV103.12157.2759.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.30%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=2.30%
G=46.71%
B=50.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71421550.950.0800.39185.2791.3631.76
Hex78E9B5F8027b95b20
Octal72162331371004727113340
Binary1111000111010011011101111110000100111101110011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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