#89AECE

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

Shades of Polo Blue #89AECE

Tints of Polo Blue #89AECE

Color information

#89AECE (or 0x89AECE) is unknown color: approx Polo Blue. HEX triplet: 89, AE and CE. RGB value is (137,174,206). Sum of RGB (Red+Green+Blue) = 137+174+206=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #89AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AECE is #765131. Grayscale: #A6A6A6. Windows color (decimal): -7754034 or 13545097. OLE color: 13545097.

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

Color convert

RGB137174206-
CMYK0.330.1600.19
HSL207.83º41.32%67.25%-
HSV(B)207.83º33.5%80.78%-
XYZ36.5940.0564.19-
YUV166.58150.24106.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.50%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=26.50%
G=33.66%
B=39.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371742060.330.1600.19207.8341.3267.25
Hex89AECE2110013d02943
Octal211256316412002332051103
Binary10001001101011101100111010000110000010011110100001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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