#8AA9D5

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

Shades of Polo Blue #8AA9D5

Tints of Polo Blue #8AA9D5

Color information

#8AA9D5 (or 0x8AA9D5) is unknown color: approx Polo Blue. HEX triplet: 8A, A9 and D5. RGB value is (138,169,213). Sum of RGB (Red+Green+Blue) = 138+169+213=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #8AA9D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9D5 is #75562A. Grayscale: #A4A4A4. Windows color (decimal): -7689771 or 14002570. OLE color: 14002570.

HSL color Cylindrical-coordinate representation of color #8AA9D5: hue angle of 215.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AA9D5 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138169213-
CMYK0.350.2100.16
HSL215.2º47.17%68.82%-
HSV(B)215.2º35.21%83.53%-
XYZ36.6838.5868.46-
YUV164.75155.23108.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=26.54%
G=32.5%
B=40.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381692130.350.2100.16215.247.1768.82
Hex8AA9D52315010d72f45
Octal212251325432502032757105
Binary10001010101010011101010110001110101010000110101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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