#8AA4CD

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

Shades of Polo Blue #8AA4CD

Tints of Polo Blue #8AA4CD

Color information

#8AA4CD (or 0x8AA4CD) is unknown color: approx Polo Blue. HEX triplet: 8A, A4 and CD. RGB value is (138,164,205). Sum of RGB (Red+Green+Blue) = 138+164+205=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4CD is #755B32. Grayscale: #A0A0A0. Windows color (decimal): -7691059 or 13477002. OLE color: 13477002.

HSL color Cylindrical-coordinate representation of color #8AA4CD: hue angle of 216.72º 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 #8AA4CD is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138164205-
CMYK0.330.200.20
HSL216.72º40.12%67.25%-
HSV(B)216.72º32.68%80.39%-
XYZ34.7836.3662.94-
YUV160.9152.89111.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=27.22%
G=32.35%
B=40.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381642050.330.200.20216.7240.1267.25
Hex8AA4CD2114014d92843
Octal212244315412402433150103
Binary10001010101001001100110110000110100010100110110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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