#8AA9DA

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

Shades of Polo Blue #8AA9DA

Tints of Polo Blue #8AA9DA

Color information

#8AA9DA (or 0x8AA9DA) is unknown color: approx Polo Blue. HEX triplet: 8A, A9 and DA. RGB value is (138,169,218). Sum of RGB (Red+Green+Blue) = 138+169+218=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #8AA9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9DA is #755625. Grayscale: #A5A5A5. Windows color (decimal): -7689766 or 14330250. OLE color: 14330250.

HSL color Cylindrical-coordinate representation of color #8AA9DA: hue angle of 216.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA9DA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138169218-
CMYK0.370.2200.15
HSL216.75º51.95%69.8%-
HSV(B)216.75º36.7%85.49%-
XYZ37.3238.8471.86-
YUV165.32157.73108.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=26.29%
G=32.19%
B=41.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381692180.370.2200.15216.7551.9569.8
Hex8AA9DA25160Fd93446
Octal212251332452601733164106
Binary1000101010101001110110101001011011001111110110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA9DA; }

 p { color: rgb(138,169,218); }

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

<style>
 a { background-color: #8AA9DA; }

 a { background-color: rgb(138,169,218); }

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

<style>
 span { border-color: #8AA9DA; }

 span { border-color: rgb(138,169,218); }

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