#89A2CD

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

Shades of Polo Blue #89A2CD

Tints of Polo Blue #89A2CD

Color information

#89A2CD (or 0x89A2CD) is unknown color: approx Polo Blue. HEX triplet: 89, A2 and CD. RGB value is (137,162,205). Sum of RGB (Red+Green+Blue) = 137+162+205=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #89A2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2CD is #765D32. Grayscale: #9F9F9F. Windows color (decimal): -7757107 or 13476489. OLE color: 13476489.

HSL color Cylindrical-coordinate representation of color #89A2CD: hue angle of 217.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89A2CD is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137162205-
CMYK0.330.2100.20
HSL217.94º40.48%67.06%-
HSV(B)217.94º33.17%80.39%-
XYZ34.2635.5762.82-
YUV159.43153.72112-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=27.18%
G=32.14%
B=40.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371622050.330.2100.20217.9440.4867.06
Hex89A2CD2115014da2843
Octal211242315412502433250103
Binary10001001101000101100110110000110101010100110110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,162,205); }

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

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

 a { background-color: rgb(137,162,205); }

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

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

 span { border-color: rgb(137,162,205); }

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