#8AA9DB

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

Shades of Polo Blue #8AA9DB

Tints of Polo Blue #8AA9DB

Color information

#8AA9DB (or 0x8AA9DB) is unknown color: approx Polo Blue. HEX triplet: 8A, A9 and DB. RGB value is (138,169,219). Sum of RGB (Red+Green+Blue) = 138+169+219=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9DB is #755624. Grayscale: #A5A5A5. Windows color (decimal): -7689765 or 14395786. OLE color: 14395786.

HSL color Cylindrical-coordinate representation of color #8AA9DB: hue angle of 217.04º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA9DB is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138169219-
CMYK0.370.2300.14
HSL217.04º52.94%70%-
HSV(B)217.04º36.99%85.88%-
XYZ37.4638.8972.55-
YUV165.43158.23108.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=26.24%
G=32.13%
B=41.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381692190.370.2300.14217.0452.9470
Hex8AA9DB25170Ed93546
Octal212251333452701633165106
Binary1000101010101001110110111001011011101110110110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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