#008AA5

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

Shades of Eastern Blue #008AA5

Tints of Eastern Blue #008AA5

Color information

#008AA5 (or 0x008AA5) is unknown color: approx Eastern Blue. HEX triplet: 00, 8A and A5. RGB value is (0,138,165). Sum of RGB (Red+Green+Blue) = 0+138+165=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 165 (64.84% from 255 or 54.46% from 303); Max value from RGB is 165 - color contains mainly: blue. Hex color #008AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AA5 is #FF755A. Grayscale: #636363. Windows color (decimal): -16741723 or 10848768. OLE color: 10848768.

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

Color convert

RGB0138165-
CMYK10.1600.35
HSL189.82º100%32.35%-
HSV(B)189.82º100%64.71%-
XYZ15.8820.8938.79-
YUV99.82164.7856.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 165 (64.84% from 255) = 54.46%
R=0%
G=45.54%
B=54.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal013816510.1600.35189.8210032.35
Hex08AA56410023be6420
Octal02122451442004327614440
Binary010001010101001011100100100000100011101111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,138,165); }

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

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

 a { background-color: rgb(0,138,165); }

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

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

 span { border-color: rgb(0,138,165); }

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