#89A6D0

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

Shades of Polo Blue #89A6D0

Tints of Polo Blue #89A6D0

Color information

#89A6D0 (or 0x89A6D0) is unknown color: approx Polo Blue. HEX triplet: 89, A6 and D0. RGB value is (137,166,208). Sum of RGB (Red+Green+Blue) = 137+166+208=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #89A6D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6D0 is #76592F. Grayscale: #A1A1A1. Windows color (decimal): -7756080 or 13674121. OLE color: 13674121.

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

Color convert

RGB137166208-
CMYK0.340.2000.18
HSL215.49º43.03%67.65%-
HSV(B)215.49º34.13%81.57%-
XYZ35.3437.1464.98-
YUV162.12153.89110.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.81%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=26.81%
G=32.49%
B=40.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371662080.340.2000.18215.4943.0367.65
Hex89A6D02214012d72b44
Octal211246320422402232753104
Binary10001001101001101101000010001010100010010110101111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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