#0088AA

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

Shades of Eastern Blue #0088AA

Tints of Eastern Blue #0088AA

Color information

#0088AA (or 0x0088AA) is unknown color: approx Eastern Blue. HEX triplet: 00, 88 and AA. RGB value is (0,136,170). Sum of RGB (Red+Green+Blue) = 0+136+170=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #0088AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0088AA is #FF7755. Grayscale: #626262. Windows color (decimal): -16742230 or 11175936. OLE color: 11175936.

HSL color Cylindrical-coordinate representation of color #0088AA: hue angle of 192º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088AA is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0136170-
CMYK10.2000.33
HSL192º100%33.33%-
HSV(B)192º100%66.67%-
XYZ16.0620.5141.14-
YUV99.21167.9457.24-

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) = 44.44%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal013617010.2000.3319210033.33
Hex088AA6414021c06421
Octal02102521442404130014441
Binary010001000101010101100100101000100001110000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0088AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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