#89A0D0

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

Shades of Polo Blue #89A0D0

Tints of Polo Blue #89A0D0

Color information

#89A0D0 (or 0x89A0D0) is unknown color: approx Polo Blue. HEX triplet: 89, A0 and D0. RGB value is (137,160,208). Sum of RGB (Red+Green+Blue) = 137+160+208=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #89A0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0D0 is #765F2F. Grayscale: #9E9E9E. Windows color (decimal): -7757616 or 13672585. OLE color: 13672585.

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

Color convert

RGB137160208-
CMYK0.340.2300.18
HSL220.56º43.03%67.65%-
HSV(B)220.56º34.13%81.57%-
XYZ34.2735.0164.63-
YUV158.59155.88112.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=27.13%
G=31.68%
B=41.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371602080.340.2300.18220.5643.0367.65
Hex89A0D02217012dd2b44
Octal211240320422702233553104
Binary10001001101000001101000010001010111010010110111011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,160,208); }

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

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

 a { background-color: rgb(137,160,208); }

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

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

 span { border-color: rgb(137,160,208); }

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