#89A2D6

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

Shades of Polo Blue #89A2D6

Tints of Polo Blue #89A2D6

Color information

#89A2D6 (or 0x89A2D6) is unknown color: approx Polo Blue. HEX triplet: 89, A2 and D6. RGB value is (137,162,214). Sum of RGB (Red+Green+Blue) = 137+162+214=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #89A2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2D6 is #765D29. Grayscale: #A0A0A0. Windows color (decimal): -7757098 or 14066313. OLE color: 14066313.

HSL color Cylindrical-coordinate representation of color #89A2D6: hue angle of 220.52º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89A2D6 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137162214-
CMYK0.360.2400.16
HSL220.52º48.43%68.82%-
HSV(B)220.52º35.98%83.92%-
XYZ35.3736.0168.71-
YUV160.45158.22111.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.71%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=26.71%
G=31.58%
B=41.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371622140.360.2400.16220.5248.4368.82
Hex89A2D62418010dd3045
Octal211242326443002033560105
Binary10001001101000101101011010010011000010000110111011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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