#0888AA

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

Shades of Eastern Blue #0888AA

Tints of Eastern Blue #0888AA

Color information

#0888AA (or 0x0888AA) is unknown color: approx Eastern Blue. HEX triplet: 08, 88 and AA. RGB value is (8,136,170). Sum of RGB (Red+Green+Blue) = 8+136+170=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #0888AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0888AA is #F77755. Grayscale: #656565. Windows color (decimal): -16217942 or 11175944. OLE color: 11175944.

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

Color convert

RGB8136170-
CMYK0.950.2000.33
HSL192.59º91.01%34.9%-
HSV(B)192.59º95.29%66.67%-
XYZ16.1620.5641.15-
YUV101.6166.5961.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.55%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=2.55%
G=43.31%
B=54.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81361700.950.2000.33192.5991.0134.9
Hex888AA5F14021c15b23
Octal102102521372404130113343
Binary100010001000101010101011111101000100001110000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0888AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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