#008695

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

Shades of Eastern Blue #008695

Tints of Eastern Blue #008695

Color information

#008695 (or 0x008695) is unknown color: approx Eastern Blue. HEX triplet: 00, 86 and 95. RGB value is (0,134,149). Sum of RGB (Red+Green+Blue) = 0+134+149=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #008695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008695 is #FF796A. Grayscale: #5F5F5F. Windows color (decimal): -16742763 or 9799168. OLE color: 9799168.

HSL color Cylindrical-coordinate representation of color #008695: hue angle of 186.04º 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 #008695 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0134149-
CMYK10.1000.42
HSL186.04º100%29.22%-
HSV(B)186.04º100%58.43%-
XYZ13.9519.2231.41-
YUV95.64158.1159.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=0%
G=47.35%
B=52.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal013414910.1000.42186.0410029.22
Hex0869564A02Aba641d
Octal02062251441205227214435
Binary0100001101001010111001001010010101010111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008695; }

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

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

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

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

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

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

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

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