#89A8DC

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

Shades of Polo Blue #89A8DC

Tints of Polo Blue #89A8DC

Color information

#89A8DC (or 0x89A8DC) is unknown color: approx Polo Blue. HEX triplet: 89, A8 and DC. RGB value is (137,168,220). Sum of RGB (Red+Green+Blue) = 137+168+220=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #89A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8DC is #765723. Grayscale: #A4A4A4. Windows color (decimal): -7755556 or 14461065. OLE color: 14461065.

HSL color Cylindrical-coordinate representation of color #89A8DC: hue angle of 217.59º 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 #89A8DC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137168220-
CMYK0.380.2400.14
HSL217.59º54.25%70%-
HSV(B)217.59º37.73%86.27%-
XYZ37.2438.4973.18-
YUV164.66159.23108.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.10%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=26.10%
G=32%
B=41.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371682200.380.2400.14217.5954.2570
Hex89A8DC26180Eda3646
Octal211250334463001633266106
Binary1000100110101000110111001001101100001110110110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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