#8AA9DD

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

Shades of Polo Blue #8AA9DD

Tints of Polo Blue #8AA9DD

Color information

#8AA9DD (or 0x8AA9DD) is unknown color: approx Polo Blue. HEX triplet: 8A, A9 and DD. RGB value is (138,169,221). Sum of RGB (Red+Green+Blue) = 138+169+221=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9DD is #755622. Grayscale: #A5A5A5. Windows color (decimal): -7689763 or 14526858. OLE color: 14526858.

HSL color Cylindrical-coordinate representation of color #8AA9DD: hue angle of 217.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA9DD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138169221-
CMYK0.380.2400.13
HSL217.59º54.97%70.39%-
HSV(B)217.59º37.56%86.67%-
XYZ37.723973.95-
YUV165.66159.23108.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=26.14%
G=32.01%
B=41.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381692210.380.2400.13217.5954.9770.39
Hex8AA9DD26180Dda3746
Octal212251335463001533267106
Binary1000101010101001110111011001101100001101110110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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