#0088A2

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

Shades of Eastern Blue #0088A2

Tints of Eastern Blue #0088A2

Color information

#0088A2 (or 0x0088A2) is unknown color: approx Eastern Blue. HEX triplet: 00, 88 and A2. RGB value is (0,136,162). Sum of RGB (Red+Green+Blue) = 0+136+162=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #0088A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0088A2 is #FF775D. Grayscale: #626262. Windows color (decimal): -16742238 or 10651648. OLE color: 10651648.

HSL color Cylindrical-coordinate representation of color #0088A2: hue angle of 189.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088A2 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB0136162-
CMYK10.1600.36
HSL189.63º100%31.76%-
HSV(B)189.63º100%63.53%-
XYZ15.3320.2237.28-
YUV98.3163.9457.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 162 (63.67% from 255) = 54.36%
R=0%
G=45.64%
B=54.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal013616210.1600.36189.6310031.76
Hex088A26410024be6420
Octal02102421442004427614440
Binary010001000101000101100100100000100100101111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0088A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0088A2; }

 p { color: rgb(0,136,162); }

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

<style>
 a { background-color: #0088A2; }

 a { background-color: rgb(0,136,162); }

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

<style>
 span { border-color: #0088A2; }

 span { border-color: rgb(0,136,162); }

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