#008495

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

Shades of Eastern Blue #008495

Tints of Eastern Blue #008495

Color information

#008495 (or 0x008495) is unknown color: approx Eastern Blue. HEX triplet: 00, 84 and 95. RGB value is (0,132,149). Sum of RGB (Red+Green+Blue) = 0+132+149=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #008495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008495 is #FF7B6A. Grayscale: #5E5E5E. Windows color (decimal): -16743275 or 9798656. OLE color: 9798656.

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

Color convert

RGB0132149-
CMYK10.1100.42
HSL186.85º100%29.22%-
HSV(B)186.85º100%58.43%-
XYZ13.6818.6731.32-
YUV94.47158.7760.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=0%
G=46.98%
B=53.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal013214910.1100.42186.8510029.22
Hex0849564B02Abb641d
Octal02042251441305227314435
Binary0100001001001010111001001011010101010111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008495; }

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

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

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

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

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

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

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

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