#89A2D0

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

Shades of Polo Blue #89A2D0

Tints of Polo Blue #89A2D0

Color information

#89A2D0 (or 0x89A2D0) is unknown color: approx Polo Blue. HEX triplet: 89, A2 and D0. RGB value is (137,162,208). Sum of RGB (Red+Green+Blue) = 137+162+208=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #89A2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2D0 is #765D2F. Grayscale: #9F9F9F. Windows color (decimal): -7757104 or 13673097. OLE color: 13673097.

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

Color convert

RGB137162208-
CMYK0.340.2200.18
HSL218.87º43.03%67.65%-
HSV(B)218.87º34.13%81.57%-
XYZ34.6235.7164.74-
YUV159.77155.22111.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.02%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=27.02%
G=31.95%
B=41.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371622080.340.2200.18218.8743.0367.65
Hex89A2D02216012db2b44
Octal211242320422602233353104
Binary10001001101000101101000010001010110010010110110111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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