#0A8EA0

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

Shades of Eastern Blue #0A8EA0

Tints of Eastern Blue #0A8EA0

Color information

#0A8EA0 (or 0x0A8EA0) is unknown color: approx Eastern Blue. HEX triplet: 0A, 8E and A0. RGB value is (10,142,160). Sum of RGB (Red+Green+Blue) = 10+142+160=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #0A8EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8EA0 is #F5715F. Grayscale: #686868. Windows color (decimal): -16085344 or 10522122. OLE color: 10522122.

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

Color convert

RGB10142160-
CMYK0.940.1100.37
HSL187.2º88.24%33.33%-
HSV(B)187.2º93.75%62.75%-
XYZ16.1421.9536.64-
YUV104.58159.2760.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.21%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 160 (62.89% from 255) = 51.28%
R=3.21%
G=45.51%
B=51.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101421600.940.1100.37187.288.2433.33
HexA8EA05EB025bb5821
Octal122162401361304527313041
Binary10101000111010100000101111010110100101101110111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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