#0A8AA1

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

Shades of Eastern Blue #0A8AA1

Tints of Eastern Blue #0A8AA1

Color information

#0A8AA1 (or 0x0A8AA1) is unknown color: approx Eastern Blue. HEX triplet: 0A, 8A and A1. RGB value is (10,138,161). Sum of RGB (Red+Green+Blue) = 10+138+161=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A8AA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8AA1 is #F5755E. Grayscale: #666666. Windows color (decimal): -16086367 or 10586634. OLE color: 10586634.

HSL color Cylindrical-coordinate representation of color #0A8AA1: hue angle of 189.14º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8AA1 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10138161-
CMYK0.940.1400.37
HSL189.14º88.3%33.53%-
HSV(B)189.14º93.79%63.14%-
XYZ15.6520.8136.91-
YUV102.35161.0962.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.24%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 161 (63.28% from 255) = 52.10%
R=3.24%
G=44.66%
B=52.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101381610.940.1400.37189.1488.333.53
HexA8AA15EE025bd5822
Octal122122411361604527513042
Binary10101000101010100001101111011100100101101111011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8AA1; }

 p { color: rgb(10,138,161); }

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

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

 a { background-color: rgb(10,138,161); }

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

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

 span { border-color: rgb(10,138,161); }

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