#89B0D1

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

Shades of Polo Blue #89B0D1

Tints of Polo Blue #89B0D1

Color information

#89B0D1 (or 0x89B0D1) is unknown color: approx Polo Blue. HEX triplet: 89, B0 and D1. RGB value is (137,176,209). Sum of RGB (Red+Green+Blue) = 137+176+209=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #89B0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0D1 is #764F2E. Grayscale: #A7A7A7. Windows color (decimal): -7753519 or 13742217. OLE color: 13742217.

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

Color convert

RGB137176209-
CMYK0.340.1600.18
HSL207.5º43.9%67.84%-
HSV(B)207.5º34.45%81.96%-
XYZ37.3540.9766.26-
YUV168.1151.08105.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=26.25%
G=33.72%
B=40.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371762090.340.1600.18207.543.967.84
Hex89B0D12210012d02c44
Octal211260321422002232054104
Binary10001001101100001101000110001010000010010110100001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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