#089AA3

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

Shades of Eastern Blue #089AA3

Tints of Eastern Blue #089AA3

Color information

#089AA3 (or 0x089AA3) is unknown color: approx Eastern Blue. HEX triplet: 08, 9A and A3. RGB value is (8,154,163). Sum of RGB (Red+Green+Blue) = 8+154+163=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #089AA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AA3 is #F7655C. Grayscale: #6F6F6F. Windows color (decimal): -16213341 or 10721800. OLE color: 10721800.

HSL color Cylindrical-coordinate representation of color #089AA3: hue angle of 183.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089AA3 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8154163-
CMYK0.950.0600.36
HSL183.48º90.64%33.53%-
HSV(B)183.48º95.09%63.92%-
XYZ18.2725.8138.67-
YUV111.37157.1354.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 163 (64.06% from 255) = 50.15%
R=2.46%
G=47.38%
B=50.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81541630.950.0600.36183.4890.6433.53
Hex89AA35F6024b75b22
Octal10232243137604426713342
Binary1000100110101010001110111111100100100101101111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089AA3; }

 p { color: rgb(8,154,163); }

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

<style>
 a { background-color: #089AA3; }

 a { background-color: rgb(8,154,163); }

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

<style>
 span { border-color: #089AA3; }

 span { border-color: rgb(8,154,163); }

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