#0A8EA1

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

Shades of Eastern Blue #0A8EA1

Tints of Eastern Blue #0A8EA1

Color information

#0A8EA1 (or 0x0A8EA1) is unknown color: approx Eastern Blue. HEX triplet: 0A, 8E and A1. RGB value is (10,142,161). Sum of RGB (Red+Green+Blue) = 10+142+161=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A8EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8EA1 is #F5715E. Grayscale: #686868. Windows color (decimal): -16085343 or 10587658. OLE color: 10587658.

HSL color Cylindrical-coordinate representation of color #0A8EA1: hue angle of 187.55º 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 #0A8EA1 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10142161-
CMYK0.940.1200.37
HSL187.55º88.3%33.53%-
HSV(B)187.55º93.79%63.14%-
XYZ16.2321.9837.11-
YUV104.7159.7760.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.19%
GREEN value IS 142 (55.86% from 255) = 45.37%
BLUE value IS 161 (63.28% from 255) = 51.44%
R=3.19%
G=45.37%
B=51.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101421610.940.1200.37187.5588.333.53
HexA8EA15EC025bc5822
Octal122162411361404527413042
Binary10101000111010100001101111011000100101101111001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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