#8AAFD9

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

Shades of Polo Blue #8AAFD9

Tints of Polo Blue #8AAFD9

Color information

#8AAFD9 (or 0x8AAFD9) is unknown color: approx Polo Blue. HEX triplet: 8A, AF and D9. RGB value is (138,175,217). Sum of RGB (Red+Green+Blue) = 138+175+217=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #8AAFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFD9 is #755026. Grayscale: #A8A8A8. Windows color (decimal): -7688231 or 14266250. OLE color: 14266250.

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

Color convert

RGB138175217-
CMYK0.360.1900.15
HSL211.9º50.97%69.61%-
HSV(B)211.9º36.41%85.1%-
XYZ38.3441.0771.55-
YUV168.72155.24106.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.04%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=26.04%
G=33.02%
B=40.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381752170.360.1900.15211.950.9769.61
Hex8AAFD924130Fd43346
Octal212257331442301732463106
Binary1000101010101111110110011001001001101111110101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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