#89A1D2

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

Shades of Polo Blue #89A1D2

Tints of Polo Blue #89A1D2

Color information

#89A1D2 (or 0x89A1D2) is unknown color: approx Polo Blue. HEX triplet: 89, A1 and D2. RGB value is (137,161,210). Sum of RGB (Red+Green+Blue) = 137+161+210=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #89A1D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1D2 is #765E2D. Grayscale: #9F9F9F. Windows color (decimal): -7757358 or 13803913. OLE color: 13803913.

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

Color convert

RGB137161210-
CMYK0.350.2300.18
HSL220.27º44.79%68.04%-
HSV(B)220.27º34.76%82.35%-
XYZ34.6935.4665.99-
YUV159.41156.55112.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 210 (82.42% from 255) = 41.34%
R=26.97%
G=31.69%
B=41.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371612100.350.2300.18220.2744.7968.04
Hex89A1D22317012dc2d44
Octal211241322432702233455104
Binary10001001101000011101001010001110111010010110111001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,161,210); }

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

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

 a { background-color: rgb(137,161,210); }

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

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

 span { border-color: rgb(137,161,210); }

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