#008795

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

Shades of Eastern Blue #008795

Tints of Eastern Blue #008795

Color information

#008795 (or 0x008795) is unknown color: approx Eastern Blue. HEX triplet: 00, 87 and 95. RGB value is (0,135,149). Sum of RGB (Red+Green+Blue) = 0+135+149=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #008795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008795 is #FF786A. Grayscale: #606060. Windows color (decimal): -16742507 or 9799424. OLE color: 9799424.

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

Color convert

RGB0135149-
CMYK10.0900.42
HSL185.64º100%29.22%-
HSV(B)185.64º100%58.43%-
XYZ14.0919.531.45-
YUV96.23157.7759.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=0%
G=47.54%
B=52.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal013514910.0900.42185.6410029.22
Hex0879564902Aba641d
Octal02072251441105227214435
Binary0100001111001010111001001001010101010111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008795; }

 p { color: rgb(0,135,149); }

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

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

 a { background-color: rgb(0,135,149); }

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

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

 span { border-color: rgb(0,135,149); }

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