#89ADC6

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

Shades of Polo Blue #89ADC6

Tints of Polo Blue #89ADC6

Color information

#89ADC6 (or 0x89ADC6) is unknown color: approx Polo Blue. HEX triplet: 89, AD and C6. RGB value is (137,173,198). Sum of RGB (Red+Green+Blue) = 137+173+198=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #89ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADC6 is #765239. Grayscale: #A4A4A4. Windows color (decimal): -7754298 or 13020553. OLE color: 13020553.

HSL color Cylindrical-coordinate representation of color #89ADC6: hue angle of 204.59º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89ADC6 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137173198-
CMYK0.310.1300.22
HSL204.59º34.86%65.69%-
HSV(B)204.59º30.81%77.65%-
XYZ35.4539.2859.14-
YUV165.09146.57107.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=26.97%
G=34.06%
B=38.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371731980.310.1300.22204.5934.8665.69
Hex89ADC61FD016cd2342
Octal211255306371502631543102
Binary100010011010110111000110111111101010110110011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,173,198); }

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

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

 a { background-color: rgb(137,173,198); }

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

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

 span { border-color: rgb(137,173,198); }

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