#0a86a4

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

Shades of Eastern Blue #0A86A4

Tints of Eastern Blue #0A86A4

Color information

#0A86A4 (or 0x0A86A4) is unknown color: approx Eastern Blue. HEX triplet: 0A, 86 and A4. RGB value is (10,134,164). Sum of RGB (Red+Green+Blue) = 10+134+164=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #0A86A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A86A4 is #F5795B. Grayscale: #646464. Windows color (decimal): -16087388 or 10782218. OLE color: 10782218.

HSL color Cylindrical-coordinate representation of color #0A86A4: hue angle of 191.69º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A86A4 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10134164-
CMYK0.940.1800.36
HSL191.69º88.51%34.12%-
HSV(B)191.69º93.9%64.31%-
XYZ15.3519.838.13-
YUV100.34163.9263.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.25%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=3.25%
G=43.51%
B=53.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101341640.940.1800.36191.6988.5134.12
HexA86A45E12024c05922
Octal122062441362204430013142
Binary101010000110101001001011110100100100100110000001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a86a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,134,164); }

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

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

 a { background-color: rgb(10,134,164); }

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

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

 span { border-color: rgb(10,134,164); }

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