#0789AC

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

Shades of Eastern Blue #0789AC

Tints of Eastern Blue #0789AC

Color information

#0789AC (or 0x0789AC) is unknown color: approx Eastern Blue. HEX triplet: 07, 89 and AC. RGB value is (7,137,172). Sum of RGB (Red+Green+Blue) = 7+137+172=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #0789AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0789AC is #F87653. Grayscale: #656565. Windows color (decimal): -16283220 or 11307271. OLE color: 11307271.

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

Color convert

RGB7137172-
CMYK0.960.2000.33
HSL192.73º92.18%35.1%-
HSV(B)192.73º95.93%67.45%-
XYZ16.4820.9242.2-
YUV102.12167.4360.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.22%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=2.22%
G=43.35%
B=54.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71371720.960.2000.33192.7392.1835.1
Hex789AC6014021c15c23
Octal72112541402404130113443
Binary11110001001101011001100000101000100001110000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0789AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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