#89A8C4

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

Shades of Polo Blue #89A8C4

Tints of Polo Blue #89A8C4

Color information

#89A8C4 (or 0x89A8C4) is unknown color: approx Polo Blue. HEX triplet: 89, A8 and C4. RGB value is (137,168,196). Sum of RGB (Red+Green+Blue) = 137+168+196=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #89A8C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8C4 is #76573B. Grayscale: #A1A1A1. Windows color (decimal): -7755580 or 12888201. OLE color: 12888201.

HSL color Cylindrical-coordinate representation of color #89A8C4: hue angle of 208.47º 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 #89A8C4 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137168196-
CMYK0.300.1400.23
HSL208.47º33.33%65.29%-
HSV(B)208.47º30.1%76.86%-
XYZ34.2837.3157.62-
YUV161.92147.23110.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.35%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=27.35%
G=33.53%
B=39.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371681960.300.1400.23208.4733.3365.29
Hex89A8C41EE017d02141
Octal211250304361602732041101
Binary100010011010100011000100111101110010111110100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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