#89A0CE

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

Shades of Polo Blue #89A0CE

Tints of Polo Blue #89A0CE

Color information

#89A0CE (or 0x89A0CE) is unknown color: approx Polo Blue. HEX triplet: 89, A0 and CE. RGB value is (137,160,206). Sum of RGB (Red+Green+Blue) = 137+160+206=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #89A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0CE is #765F31. Grayscale: #9E9E9E. Windows color (decimal): -7757618 or 13541513. OLE color: 13541513.

HSL color Cylindrical-coordinate representation of color #89A0CE: hue angle of 220º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89A0CE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137160206-
CMYK0.330.2200.19
HSL220º41.32%67.25%-
HSV(B)220º33.5%80.78%-
XYZ34.0334.9263.34-
YUV158.37154.88112.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=27.24%
G=31.81%
B=40.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371602060.330.2200.1922041.3267.25
Hex89A0CE2116013dc2943
Octal211240316412602333451103
Binary10001001101000001100111010000110110010011110111001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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