#8AACD0

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

Shades of Polo Blue #8AACD0

Tints of Polo Blue #8AACD0

Color information

#8AACD0 (or 0x8AACD0) is unknown color: approx Polo Blue. HEX triplet: 8A, AC and D0. RGB value is (138,172,208). Sum of RGB (Red+Green+Blue) = 138+172+208=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #8AACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACD0 is #75532F. Grayscale: #A5A5A5. Windows color (decimal): -7689008 or 13675658. OLE color: 13675658.

HSL color Cylindrical-coordinate representation of color #8AACD0: hue angle of 210.86º degrees, saturation: 0.43, 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 #8AACD0 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138172208-
CMYK0.340.1700.18
HSL210.86º42.68%67.84%-
HSV(B)210.86º33.65%81.57%-
XYZ36.6239.4665.36-
YUV165.94151.74108.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.64%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=26.64%
G=33.20%
B=40.15%

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
Decimal1381722080.340.1700.18210.8642.6867.84
Hex8AACD02211012d32b44
Octal212254320422102232353104
Binary10001010101011001101000010001010001010010110100111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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