#89AFC8

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

Shades of Polo Blue #89AFC8

Tints of Polo Blue #89AFC8

Color information

#89AFC8 (or 0x89AFC8) is unknown color: approx Polo Blue. HEX triplet: 89, AF and C8. RGB value is (137,175,200). Sum of RGB (Red+Green+Blue) = 137+175+200=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #89AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFC8 is #765037. Grayscale: #A6A6A6. Windows color (decimal): -7753784 or 13152137. OLE color: 13152137.

HSL color Cylindrical-coordinate representation of color #89AFC8: hue angle of 203.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89AFC8 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137175200-
CMYK0.320.1200.22
HSL203.81º36.42%66.08%-
HSV(B)203.81º31.5%78.43%-
XYZ36.0740.1560.49-
YUV166.49146.91106.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 200 (78.52% from 255) = 39.06%
R=26.76%
G=34.18%
B=39.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371752000.320.1200.22203.8136.4266.08
Hex89AFC820C016cc2442
Octal211257310401402631444102
Binary1000100110101111110010001000001100010110110011001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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