#89A5CB

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

Shades of Polo Blue #89A5CB

Tints of Polo Blue #89A5CB

Color information

#89A5CB (or 0x89A5CB) is unknown color: approx Polo Blue. HEX triplet: 89, A5 and CB. RGB value is (137,165,203). Sum of RGB (Red+Green+Blue) = 137+165+203=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #89A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5CB is #765A34. Grayscale: #A0A0A0. Windows color (decimal): -7756341 or 13346185. OLE color: 13346185.

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

Color convert

RGB137165203-
CMYK0.330.1900.20
HSL214.55º38.82%66.67%-
HSV(B)214.55º32.51%79.61%-
XYZ34.5536.5461.73-
YUV160.96151.72110.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=27.13%
G=32.67%
B=40.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371652030.330.1900.20214.5538.8266.67
Hex89A5CB2113014d72743
Octal211245313412302432747103
Binary10001001101001011100101110000110011010100110101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,165,203); }

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

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

 a { background-color: rgb(137,165,203); }

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

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

 span { border-color: rgb(137,165,203); }

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