#8AAED1

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

Shades of Polo Blue #8AAED1

Tints of Polo Blue #8AAED1

Color information

#8AAED1 (or 0x8AAED1) is unknown color: approx Polo Blue. HEX triplet: 8A, AE and D1. RGB value is (138,174,209). Sum of RGB (Red+Green+Blue) = 138+174+209=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #8AAED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAED1 is #75512E. Grayscale: #A7A7A7. Windows color (decimal): -7688495 or 13741706. OLE color: 13741706.

HSL color Cylindrical-coordinate representation of color #8AAED1: hue angle of 209.58º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAED1 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138174209-
CMYK0.340.1700.18
HSL209.58º43.56%68.04%-
HSV(B)209.58º33.97%81.96%-
XYZ37.1340.2866.14-
YUV167.23151.57107.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=26.49%
G=33.40%
B=40.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381742090.340.1700.18209.5843.5668.04
Hex8AAED12211012d22c44
Octal212256321422102232254104
Binary10001010101011101101000110001010001010010110100101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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