#89A5DC

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

Shades of Polo Blue #89A5DC

Tints of Polo Blue #89A5DC

Color information

#89A5DC (or 0x89A5DC) is unknown color: approx Polo Blue. HEX triplet: 89, A5 and DC. RGB value is (137,165,220). Sum of RGB (Red+Green+Blue) = 137+165+220=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #89A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5DC is #765A23. Grayscale: #A2A2A2. Windows color (decimal): -7756324 or 14460297. OLE color: 14460297.

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

Color convert

RGB137165220-
CMYK0.380.2500.14
HSL219.76º54.25%70%-
HSV(B)219.76º37.73%86.27%-
XYZ36.6937.472.99-
YUV162.9160.22109.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=26.25%
G=31.61%
B=42.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371652200.380.2500.14219.7654.2570
Hex89A5DC26190Edc3646
Octal211245334463101633466106
Binary1000100110100101110111001001101100101110110111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,165,220); }

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

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

 a { background-color: rgb(137,165,220); }

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

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

 span { border-color: rgb(137,165,220); }

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