#8AAACD

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

Shades of Polo Blue #8AAACD

Tints of Polo Blue #8AAACD

Color information

#8AAACD (or 0x8AAACD) is unknown color: approx Polo Blue. HEX triplet: 8A, AA and CD. RGB value is (138,170,205). Sum of RGB (Red+Green+Blue) = 138+170+205=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAACD is #755532. Grayscale: #A4A4A4. Windows color (decimal): -7689523 or 13478538. OLE color: 13478538.

HSL color Cylindrical-coordinate representation of color #8AAACD: hue angle of 211.34º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AAACD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138170205-
CMYK0.330.1700.20
HSL211.34º40.12%67.25%-
HSV(B)211.34º32.68%80.39%-
XYZ35.8838.5663.31-
YUV164.42150.9109.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=26.90%
G=33.14%
B=39.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381702050.330.1700.20211.3440.1267.25
Hex8AAACD2111014d32843
Octal212252315412102432350103
Binary10001010101010101100110110000110001010100110100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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