#89ACDB

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

Shades of Polo Blue #89ACDB

Tints of Polo Blue #89ACDB

Color information

#89ACDB (or 0x89ACDB) is unknown color: approx Polo Blue. HEX triplet: 89, AC and DB. RGB value is (137,172,219). Sum of RGB (Red+Green+Blue) = 137+172+219=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #89ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACDB is #765324. Grayscale: #A6A6A6. Windows color (decimal): -7754533 or 14396553. OLE color: 14396553.

HSL color Cylindrical-coordinate representation of color #89ACDB: hue angle of 214.39º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89ACDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137172219-
CMYK0.370.2100.14
HSL214.39º53.25%69.8%-
HSV(B)214.39º37.44%85.88%-
XYZ37.8639.9472.73-
YUV166.89157.4106.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=25.95%
G=32.58%
B=41.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371722190.370.2100.14214.3953.2569.8
Hex89ACDB25150Ed63546
Octal211254333452501632665106
Binary1000100110101100110110111001011010101110110101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,172,219); }

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

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

 a { background-color: rgb(137,172,219); }

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

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

 span { border-color: rgb(137,172,219); }

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