#0A8696

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

Shades of Eastern Blue #0A8696

Tints of Eastern Blue #0A8696

Color information

#0A8696 (or 0x0A8696) is unknown color: approx Eastern Blue. HEX triplet: 0A, 86 and 96. RGB value is (10,134,150). Sum of RGB (Red+Green+Blue) = 10+134+150=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A8696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8696 is #F57969. Grayscale: #626262. Windows color (decimal): -16087402 or 9864714. OLE color: 9864714.

HSL color Cylindrical-coordinate representation of color #0A8696: hue angle of 186.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8696 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10134150-
CMYK0.930.1100.41
HSL186.86º87.5%31.37%-
HSV(B)186.86º93.33%58.82%-
XYZ14.1619.3231.84-
YUV98.75156.9264.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.40%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=3.40%
G=45.58%
B=51.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101341500.930.1100.41186.8687.531.37
HexA86965DB029bb581f
Octal122062261351305127313037
Binary1010100001101001011010111011011010100110111011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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