#89ADD1

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

Shades of Polo Blue #89ADD1

Tints of Polo Blue #89ADD1

Color information

#89ADD1 (or 0x89ADD1) is unknown color: approx Polo Blue. HEX triplet: 89, AD and D1. RGB value is (137,173,209). Sum of RGB (Red+Green+Blue) = 137+173+209=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #89ADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADD1 is #76522E. Grayscale: #A6A6A6. Windows color (decimal): -7754287 or 13741449. OLE color: 13741449.

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

Color convert

RGB137173209-
CMYK0.340.1700.18
HSL210º43.9%67.84%-
HSV(B)210º34.45%81.96%-
XYZ36.7739.8166.07-
YUV166.34152.07107.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=26.40%
G=33.33%
B=40.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371732090.340.1700.1821043.967.84
Hex89ADD12211012d22c44
Octal211255321422102232254104
Binary10001001101011011101000110001010001010010110100101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,173,209); }

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

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

 a { background-color: rgb(137,173,209); }

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

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

 span { border-color: rgb(137,173,209); }

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