#89A6DD

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

Shades of Polo Blue #89A6DD

Tints of Polo Blue #89A6DD

Color information

#89A6DD (or 0x89A6DD) is unknown color: approx Polo Blue. HEX triplet: 89, A6 and DD. RGB value is (137,166,221). Sum of RGB (Red+Green+Blue) = 137+166+221=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6DD is #765922. Grayscale: #A3A3A3. Windows color (decimal): -7756067 or 14526089. OLE color: 14526089.

HSL color Cylindrical-coordinate representation of color #89A6DD: hue angle of 219.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A6DD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137166221-
CMYK0.380.2500.13
HSL219.29º55.26%70.2%-
HSV(B)219.29º38.01%86.67%-
XYZ3737.8173.75-
YUV163.6160.39109.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.15%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=26.15%
G=31.68%
B=42.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371662210.380.2500.13219.2955.2670.2
Hex89A6DD26190Ddb3746
Octal211246335463101533367106
Binary1000100110100110110111011001101100101101110110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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