#0889AA

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

Shades of Eastern Blue #0889AA

Tints of Eastern Blue #0889AA

Color information

#0889AA (or 0x0889AA) is unknown color: approx Eastern Blue. HEX triplet: 08, 89 and AA. RGB value is (8,137,170). Sum of RGB (Red+Green+Blue) = 8+137+170=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #0889AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0889AA is #F77655. Grayscale: #656565. Windows color (decimal): -16217686 or 11176200. OLE color: 11176200.

HSL color Cylindrical-coordinate representation of color #0889AA: hue angle of 192.22º 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 #0889AA is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8137170-
CMYK0.950.1900.33
HSL192.22º91.01%34.9%-
HSV(B)192.22º95.29%66.67%-
XYZ16.320.8541.19-
YUV102.19166.2660.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.54%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=2.54%
G=43.49%
B=53.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81371700.950.1900.33192.2291.0134.9
Hex889AA5F13021c05b23
Octal102112521372304130013343
Binary100010001001101010101011111100110100001110000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0889AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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