#89A9CE

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

Shades of Polo Blue #89A9CE

Tints of Polo Blue #89A9CE

Color information

#89A9CE (or 0x89A9CE) is unknown color: approx Polo Blue. HEX triplet: 89, A9 and CE. RGB value is (137,169,206). Sum of RGB (Red+Green+Blue) = 137+169+206=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #89A9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9CE is #765631. Grayscale: #A3A3A3. Windows color (decimal): -7755314 or 13543817. OLE color: 13543817.

HSL color Cylindrical-coordinate representation of color #89A9CE: hue angle of 212.17º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89A9CE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137169206-
CMYK0.330.1800.19
HSL212.17º41.32%67.25%-
HSV(B)212.17º33.5%80.78%-
XYZ35.6538.1563.88-
YUV163.65151.9108.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=26.76%
G=33.01%
B=40.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371692060.330.1800.19212.1741.3267.25
Hex89A9CE2112013d42943
Octal211251316412202332451103
Binary10001001101010011100111010000110010010011110101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,169,206); }

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

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

 a { background-color: rgb(137,169,206); }

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

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

 span { border-color: rgb(137,169,206); }

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