#0A96A5

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

Shades of Eastern Blue #0A96A5

Tints of Eastern Blue #0A96A5

Color information

#0A96A5 (or 0x0A96A5) is unknown color: approx Eastern Blue. HEX triplet: 0A, 96 and A5. RGB value is (10,150,165). Sum of RGB (Red+Green+Blue) = 10+150+165=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #0A96A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A96A5 is #F5695A. Grayscale: #6D6D6D. Windows color (decimal): -16083291 or 10851850. OLE color: 10851850.

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

Color convert

RGB10150165-
CMYK0.940.0900.35
HSL185.81º88.57%34.31%-
HSV(B)185.81º93.94%64.71%-
XYZ17.8224.5939.41-
YUV109.85159.1256.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.08%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 165 (64.84% from 255) = 50.77%
R=3.08%
G=46.15%
B=50.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101501650.940.0900.35185.8188.5734.31
HexA96A55E9023ba5922
Octal122262451361104327213142
Binary10101001011010100101101111010010100011101110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A96A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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