#0089AC

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

Shades of Eastern Blue #0089AC

Tints of Eastern Blue #0089AC

Color information

#0089AC (or 0x0089AC) is unknown color: approx Eastern Blue. HEX triplet: 00, 89 and AC. RGB value is (0,137,172). Sum of RGB (Red+Green+Blue) = 0+137+172=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0089AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0089AC is #FF7653. Grayscale: #636363. Windows color (decimal): -16741972 or 11307264. OLE color: 11307264.

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

Color convert

RGB0137172-
CMYK10.2000.33
HSL192.21º100%33.73%-
HSV(B)192.21º100%67.45%-
XYZ16.3920.8742.19-
YUV100.03168.6156.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 172 (67.58% from 255) = 55.66%
R=0%
G=44.34%
B=55.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal013717210.2000.33192.2110033.73
Hex089AC6414021c06422
Octal02112541442404130014442
Binary010001001101011001100100101000100001110000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0089AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0089AC; }

 p { color: rgb(0,137,172); }

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

<style>
 a { background-color: #0089AC; }

 a { background-color: rgb(0,137,172); }

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

<style>
 span { border-color: #0089AC; }

 span { border-color: rgb(0,137,172); }

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