#0A96A6

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

Shades of Eastern Blue #0A96A6

Tints of Eastern Blue #0A96A6

Color information

#0A96A6 (or 0x0A96A6) is unknown color: approx Eastern Blue. HEX triplet: 0A, 96 and A6. RGB value is (10,150,166). Sum of RGB (Red+Green+Blue) = 10+150+166=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #0A96A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A96A6 is #F56959. Grayscale: #6D6D6D. Windows color (decimal): -16083290 or 10917386. OLE color: 10917386.

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

Color convert

RGB10150166-
CMYK0.940.1000.35
HSL186.15º88.64%34.51%-
HSV(B)186.15º93.98%65.1%-
XYZ17.9124.6339.89-
YUV109.96159.6256.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.07%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 166 (65.23% from 255) = 50.92%
R=3.07%
G=46.01%
B=50.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101501660.940.1000.35186.1588.6434.51
HexA96A65EA023ba5923
Octal122262461361204327213143
Binary10101001011010100110101111010100100011101110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A96A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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