#8AAED9

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

Shades of Polo Blue #8AAED9

Tints of Polo Blue #8AAED9

Color information

#8AAED9 (or 0x8AAED9) is unknown color: approx Polo Blue. HEX triplet: 8A, AE and D9. RGB value is (138,174,217). Sum of RGB (Red+Green+Blue) = 138+174+217=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #8AAED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAED9 is #755126. Grayscale: #A7A7A7. Windows color (decimal): -7688487 or 14265994. OLE color: 14265994.

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

Color convert

RGB138174217-
CMYK0.360.2000.15
HSL212.66º50.97%69.61%-
HSV(B)212.66º36.41%85.1%-
XYZ38.1440.6971.49-
YUV168.14155.57106.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=26.09%
G=32.89%
B=41.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381742170.360.2000.15212.6650.9769.61
Hex8AAED924140Fd53346
Octal212256331442401732563106
Binary1000101010101110110110011001001010001111110101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,217); }

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

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

 a { background-color: rgb(138,174,217); }

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

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

 span { border-color: rgb(138,174,217); }

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