#8AABD5

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

Shades of Polo Blue #8AABD5

Tints of Polo Blue #8AABD5

Color information

#8AABD5 (or 0x8AABD5) is unknown color: approx Polo Blue. HEX triplet: 8A, AB and D5. RGB value is (138,171,213). Sum of RGB (Red+Green+Blue) = 138+171+213=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #8AABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABD5 is #75542A. Grayscale: #A5A5A5. Windows color (decimal): -7689259 or 14003082. OLE color: 14003082.

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

Color convert

RGB138171213-
CMYK0.350.2000.16
HSL213.6º47.17%68.82%-
HSV(B)213.6º35.21%83.53%-
XYZ37.0539.3368.59-
YUV165.92154.57108.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=26.44%
G=32.76%
B=40.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381712130.350.2000.16213.647.1768.82
Hex8AABD52314010d62f45
Octal212253325432402032657105
Binary10001010101010111101010110001110100010000110101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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