#89AED1

Color #89AED1 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #89AED1

Tints of Polo Blue #89AED1

Color information

#89AED1 (or 0x89AED1) is unknown color: approx Polo Blue. HEX triplet: 89, AE and D1. RGB value is (137,174,209). Sum of RGB (Red+Green+Blue) = 137+174+209=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #89AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AED1 is #76512E. Grayscale: #A6A6A6. Windows color (decimal): -7754031 or 13741705. OLE color: 13741705.

HSL color Cylindrical-coordinate representation of color #89AED1: hue angle of 209.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89AED1 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137174209-
CMYK0.340.1700.18
HSL209.17º43.9%67.84%-
HSV(B)209.17º34.45%81.96%-
XYZ36.9640.1966.13-
YUV166.93151.74106.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=26.35%
G=33.46%
B=40.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371742090.340.1700.18209.1743.967.84
Hex89AED12211012d12c44
Octal211256321422102232154104
Binary10001001101011101101000110001010001010010110100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AED1; }

 p { color: rgb(137,174,209); }

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

<style>
 a { background-color: #89AED1; }

 a { background-color: rgb(137,174,209); }

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

<style>
 span { border-color: #89AED1; }

 span { border-color: rgb(137,174,209); }

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