#8AACD6

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

Shades of Polo Blue #8AACD6

Tints of Polo Blue #8AACD6

Color information

#8AACD6 (or 0x8AACD6) is unknown color: approx Polo Blue. HEX triplet: 8A, AC and D6. RGB value is (138,172,214). Sum of RGB (Red+Green+Blue) = 138+172+214=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #8AACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACD6 is #755329. Grayscale: #A6A6A6. Windows color (decimal): -7689002 or 14068874. OLE color: 14068874.

HSL color Cylindrical-coordinate representation of color #8AACD6: hue angle of 213.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AACD6 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138172214-
CMYK0.360.2000.16
HSL213.16º48.1%69.02%-
HSV(B)213.16º35.51%83.92%-
XYZ37.3739.7669.32-
YUV166.62154.74107.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 214 (83.98% from 255) = 40.84%
R=26.34%
G=32.82%
B=40.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381722140.360.2000.16213.1648.169.02
Hex8AACD62414010d53045
Octal212254326442402032560105
Binary10001010101011001101011010010010100010000110101011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,214); }

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

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

 a { background-color: rgb(138,172,214); }

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

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

 span { border-color: rgb(138,172,214); }

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