#89AAD8

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

Shades of Polo Blue #89AAD8

Tints of Polo Blue #89AAD8

Color information

#89AAD8 (or 0x89AAD8) is unknown color: approx Polo Blue. HEX triplet: 89, AA and D8. RGB value is (137,170,216). Sum of RGB (Red+Green+Blue) = 137+170+216=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #89AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAD8 is #765527. Grayscale: #A5A5A5. Windows color (decimal): -7755048 or 14199433. OLE color: 14199433.

HSL color Cylindrical-coordinate representation of color #89AAD8: hue angle of 214.94º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89AAD8 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137170216-
CMYK0.370.2100.15
HSL214.94º50.32%69.22%-
HSV(B)214.94º36.57%84.71%-
XYZ37.0939.0370.54-
YUV165.38156.57107.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=26.20%
G=32.50%
B=41.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371702160.370.2100.15214.9450.3269.22
Hex89AAD825150Fd73245
Octal211252330452501732762105
Binary1000100110101010110110001001011010101111110101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,216); }

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

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

 a { background-color: rgb(137,170,216); }

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

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

 span { border-color: rgb(137,170,216); }

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