#89A5D0

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

Shades of Polo Blue #89A5D0

Tints of Polo Blue #89A5D0

Color information

#89A5D0 (or 0x89A5D0) is unknown color: approx Polo Blue. HEX triplet: 89, A5 and D0. RGB value is (137,165,208). Sum of RGB (Red+Green+Blue) = 137+165+208=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #89A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5D0 is #765A2F. Grayscale: #A1A1A1. Windows color (decimal): -7756336 or 13673865. OLE color: 13673865.

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

Color convert

RGB137165208-
CMYK0.340.2100.18
HSL216.34º43.03%67.65%-
HSV(B)216.34º34.13%81.57%-
XYZ35.1636.7864.92-
YUV161.53154.22110.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=26.86%
G=32.35%
B=40.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371652080.340.2100.18216.3443.0367.65
Hex89A5D02215012d82b44
Octal211245320422502233053104
Binary10001001101001011101000010001010101010010110110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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