Html Css Color HEX #008AA5 Eastern Blue

📋 copy color: '#008AA5'

red 0 ◦ green 138 ◦ blue 165

#008AA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #008AA5

Tints of Eastern Blue #008AA5

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 138 (54.3% from 255) = 45.54%

 BLUE value IS 165 (64.84% from 255) = 54.46%

R = 0%
G = 45.54%
B = 54.46%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#008AA5 (or 0x008AA5) is known color: 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

RGB 0 138 165 -
CMYK 1 0.16 0 0.35
HSL 189.82º 1% 0.32% -
HSV(B) 189.82º 1% 0.65% -
XYZ 15.88 20.89 38.79 -
YUV 99.82 164.78 56.8 -
System Red Green Blue C M Y K H S L
Decimal 0 138 165 1 0.16 0 0.35 189.82 1 0.32
Hex 0 8A A5 64 10 0 23 BE 64 20
Octal 0 212 245 144 20 0 43 276 144 40
Binary 0 10001010 10100101 1100100 10000 0 100011 10111110 1100100 100000

Color Harmonies of #008AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008AA5

Black with #008AA5

Text Example


Text Example

White with #008AA5

Text Example


Text Example

HTML Codes & Css Web 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>