#89A0C4

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

Shades of Polo Blue #89A0C4

Tints of Polo Blue #89A0C4

Color information

#89A0C4 (or 0x89A0C4) is unknown color: approx Polo Blue. HEX triplet: 89, A0 and C4. RGB value is (137,160,196). Sum of RGB (Red+Green+Blue) = 137+160+196=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #89A0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0C4 is #765F3B. Grayscale: #9D9D9D. Windows color (decimal): -7757628 or 12886153. OLE color: 12886153.

HSL color Cylindrical-coordinate representation of color #89A0C4: hue angle of 216.61º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89A0C4 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137160196-
CMYK0.300.1800.23
HSL216.61º33.33%65.29%-
HSV(B)216.61º30.1%76.86%-
XYZ32.8534.4557.14-
YUV157.23149.88113.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=27.79%
G=32.45%
B=39.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371601960.300.1800.23216.6133.3365.29
Hex89A0C41E12017d92141
Octal211240304362202733141101
Binary1000100110100000110001001111010010010111110110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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