#008EAA

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

Shades of Eastern Blue #008EAA

Tints of Eastern Blue #008EAA

Color information

#008EAA (or 0x008EAA) is unknown color: approx Eastern Blue. HEX triplet: 00, 8E and AA. RGB value is (0,142,170). Sum of RGB (Red+Green+Blue) = 0+142+170=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #008EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EAA is #FF7155. Grayscale: #666666. Windows color (decimal): -16740694 or 11177472. OLE color: 11177472.

HSL color Cylindrical-coordinate representation of color #008EAA: hue angle of 189.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EAA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0142170-
CMYK10.1600.33
HSL189.88º100%33.33%-
HSV(B)189.88º100%66.67%-
XYZ16.9322.2541.43-
YUV102.73165.9654.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=0%
G=45.51%
B=54.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal014217010.1600.33189.8810033.33
Hex08EAA6410021be6421
Octal02162521442004127614441
Binary010001110101010101100100100000100001101111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008EAA; }

 p { color: rgb(0,142,170); }

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

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

 a { background-color: rgb(0,142,170); }

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

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

 span { border-color: rgb(0,142,170); }

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