#89A1CD

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

Shades of Polo Blue #89A1CD

Tints of Polo Blue #89A1CD

Color information

#89A1CD (or 0x89A1CD) is unknown color: approx Polo Blue. HEX triplet: 89, A1 and CD. RGB value is (137,161,205). Sum of RGB (Red+Green+Blue) = 137+161+205=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #89A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1CD is #765E32. Grayscale: #9E9E9E. Windows color (decimal): -7757363 or 13476233. OLE color: 13476233.

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

Color convert

RGB137161205-
CMYK0.330.2100.20
HSL218.82º40.48%67.06%-
HSV(B)218.82º33.17%80.39%-
XYZ34.0835.2262.76-
YUV158.84154.05112.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=27.24%
G=32.01%
B=40.76%

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
Decimal1371612050.330.2100.20218.8240.4867.06
Hex89A1CD2115014db2843
Octal211241315412502433350103
Binary10001001101000011100110110000110101010100110110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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