#8AA9CD

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

Shades of Polo Blue #8AA9CD

Tints of Polo Blue #8AA9CD

Color information

#8AA9CD (or 0x8AA9CD) is unknown color: approx Polo Blue. HEX triplet: 8A, A9 and CD. RGB value is (138,169,205). Sum of RGB (Red+Green+Blue) = 138+169+205=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9CD is #755632. Grayscale: #A3A3A3. Windows color (decimal): -7689779 or 13478282. OLE color: 13478282.

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

Color convert

RGB138169205-
CMYK0.330.1800.20
HSL212.24º40.12%67.25%-
HSV(B)212.24º32.68%80.39%-
XYZ35.6938.1963.25-
YUV163.83151.23109.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=26.95%
G=33.01%
B=40.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381692050.330.1800.20212.2440.1267.25
Hex8AA9CD2112014d42843
Octal212251315412202432450103
Binary10001010101010011100110110000110010010100110101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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