#89AED0

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

Shades of Polo Blue #89AED0

Tints of Polo Blue #89AED0

Color information

#89AED0 (or 0x89AED0) is unknown color: approx Polo Blue. HEX triplet: 89, AE and D0. RGB value is (137,174,208). Sum of RGB (Red+Green+Blue) = 137+174+208=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #89AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AED0 is #76512F. Grayscale: #A6A6A6. Windows color (decimal): -7754032 or 13676169. OLE color: 13676169.

HSL color Cylindrical-coordinate representation of color #89AED0: hue angle of 208.73º degrees, saturation: 0.43, 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 #89AED0 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137174208-
CMYK0.340.1600.18
HSL208.73º43.03%67.65%-
HSV(B)208.73º34.13%81.57%-
XYZ36.8440.1465.48-
YUV166.81151.24106.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=26.40%
G=33.53%
B=40.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371742080.340.1600.18208.7343.0367.65
Hex89AED02210012d12b44
Octal211256320422002232153104
Binary10001001101011101101000010001010000010010110100011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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