#89AFCE

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

Shades of Polo Blue #89AFCE

Tints of Polo Blue #89AFCE

Color information

#89AFCE (or 0x89AFCE) is unknown color: approx Polo Blue. HEX triplet: 89, AF and CE. RGB value is (137,175,206). Sum of RGB (Red+Green+Blue) = 137+175+206=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #89AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFCE is #765031. Grayscale: #A7A7A7. Windows color (decimal): -7753778 or 13545353. OLE color: 13545353.

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

Color convert

RGB137175206-
CMYK0.330.1500.19
HSL206.96º41.32%67.25%-
HSV(B)206.96º33.5%80.78%-
XYZ36.7940.4364.26-
YUV167.17149.91106.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=26.45%
G=33.78%
B=39.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371752060.330.1500.19206.9641.3267.25
Hex89AFCE21F013cf2943
Octal211257316411702331751103
Binary1000100110101111110011101000011111010011110011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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