#8AA6D8

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

Shades of Polo Blue #8AA6D8

Tints of Polo Blue #8AA6D8

Color information

#8AA6D8 (or 0x8AA6D8) is unknown color: approx Polo Blue. HEX triplet: 8A, A6 and D8. RGB value is (138,166,216). Sum of RGB (Red+Green+Blue) = 138+166+216=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #8AA6D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6D8 is #755927. Grayscale: #A3A3A3. Windows color (decimal): -7690536 or 14198410. OLE color: 14198410.

HSL color Cylindrical-coordinate representation of color #8AA6D8: hue angle of 218.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA6D8 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138166216-
CMYK0.360.2300.15
HSL218.46º50%69.41%-
HSV(B)218.46º36.11%84.71%-
XYZ36.5137.6370.31-
YUV163.33157.72109.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=26.54%
G=31.92%
B=41.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381662160.360.2300.15218.465069.41
Hex8AA6D824170Fda3245
Octal212246330442701733262105
Binary1000101010100110110110001001001011101111110110101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,216); }

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

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

 a { background-color: rgb(138,166,216); }

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

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

 span { border-color: rgb(138,166,216); }

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