#8AAAD3

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

Shades of Polo Blue #8AAAD3

Tints of Polo Blue #8AAAD3

Color information

#8AAAD3 (or 0x8AAAD3) is unknown color: approx Polo Blue. HEX triplet: 8A, AA and D3. RGB value is (138,170,211). Sum of RGB (Red+Green+Blue) = 138+170+211=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #8AAAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAAD3 is #75552C. Grayscale: #A4A4A4. Windows color (decimal): -7689517 or 13871754. OLE color: 13871754.

HSL color Cylindrical-coordinate representation of color #8AAAD3: hue angle of 213.7º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AAAD3 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138170211-
CMYK0.350.1900.17
HSL213.7º45.34%68.43%-
HSV(B)213.7º34.6%82.75%-
XYZ36.6138.8667.2-
YUV165.11153.9108.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.59%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=26.59%
G=32.76%
B=40.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1381702110.350.1900.17213.745.3468.43
Hex8AAAD32313011d62d44
Octal212252323432302132655104
Binary10001010101010101101001110001110011010001110101101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,211); }

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

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

 a { background-color: rgb(138,170,211); }

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

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

 span { border-color: rgb(138,170,211); }

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