#89ABCD

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

Shades of Polo Blue #89ABCD

Tints of Polo Blue #89ABCD

Color information

#89ABCD (or 0x89ABCD) is unknown color: approx Polo Blue. HEX triplet: 89, AB and CD. RGB value is (137,171,205). Sum of RGB (Red+Green+Blue) = 137+171+205=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #89ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABCD is #765432. Grayscale: #A4A4A4. Windows color (decimal): -7754803 or 13478793. OLE color: 13478793.

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

Color convert

RGB137171205-
CMYK0.330.1700.20
HSL210º40.48%67.06%-
HSV(B)210º33.17%80.39%-
XYZ35.938.8563.36-
YUV164.71150.74108.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.71%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=26.71%
G=33.33%
B=39.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371712050.330.1700.2021040.4867.06
Hex89ABCD2111014d22843
Octal211253315412102432250103
Binary10001001101010111100110110000110001010100110100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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