#8AABD7

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

Shades of Polo Blue #8AABD7

Tints of Polo Blue #8AABD7

Color information

#8AABD7 (or 0x8AABD7) is unknown color: approx Polo Blue. HEX triplet: 8A, AB and D7. RGB value is (138,171,215). Sum of RGB (Red+Green+Blue) = 138+171+215=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #8AABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABD7 is #755428. Grayscale: #A5A5A5. Windows color (decimal): -7689257 or 14134154. OLE color: 14134154.

HSL color Cylindrical-coordinate representation of color #8AABD7: hue angle of 214.29º degrees, saturation: 0.49, 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 #8AABD7 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138171215-
CMYK0.360.2000.16
HSL214.29º49.04%69.22%-
HSV(B)214.29º35.81%84.31%-
XYZ37.3139.4469.94-
YUV166.15155.57107.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=26.34%
G=32.63%
B=41.03%

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
Decimal1381712150.360.2000.16214.2949.0469.22
Hex8AABD72414010d63145
Octal212253327442402032661105
Binary10001010101010111101011110010010100010000110101101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,215); }

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

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

 a { background-color: rgb(138,171,215); }

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

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

 span { border-color: rgb(138,171,215); }

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