#0A87A6

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

Shades of Eastern Blue #0A87A6

Tints of Eastern Blue #0A87A6

Color information

#0A87A6 (or 0x0A87A6) is unknown color: approx Eastern Blue. HEX triplet: 0A, 87 and A6. RGB value is (10,135,166). Sum of RGB (Red+Green+Blue) = 10+135+166=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #0A87A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A87A6 is #F57859. Grayscale: #646464. Windows color (decimal): -16087130 or 10913546. OLE color: 10913546.

HSL color Cylindrical-coordinate representation of color #0A87A6: hue angle of 191.92º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A87A6 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10135166-
CMYK0.940.1900.35
HSL191.92º88.64%34.51%-
HSV(B)191.92º93.98%65.1%-
XYZ15.6720.1539.14-
YUV101.16164.5962.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.22%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 166 (65.23% from 255) = 53.38%
R=3.22%
G=43.41%
B=53.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101351660.940.1900.35191.9288.6434.51
HexA87A65E13023c05923
Octal122072461362304330013143
Binary101010000111101001101011110100110100011110000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A87A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,135,166); }

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

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

 a { background-color: rgb(10,135,166); }

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

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

 span { border-color: rgb(10,135,166); }

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