#8AA2CD

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

Shades of Polo Blue #8AA2CD

Tints of Polo Blue #8AA2CD

Color information

#8AA2CD (or 0x8AA2CD) is unknown color: approx Polo Blue. HEX triplet: 8A, A2 and CD. RGB value is (138,162,205). Sum of RGB (Red+Green+Blue) = 138+162+205=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AA2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA2CD is #755D32. Grayscale: #9F9F9F. Windows color (decimal): -7691571 or 13476490. OLE color: 13476490.

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

Color convert

RGB138162205-
CMYK0.330.2100.20
HSL218.51º40.12%67.25%-
HSV(B)218.51º32.68%80.39%-
XYZ34.4235.6562.82-
YUV159.73153.55112.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.33%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=27.33%
G=32.08%
B=40.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381622050.330.2100.20218.5140.1267.25
Hex8AA2CD2115014db2843
Octal212242315412502433350103
Binary10001010101000101100110110000110101010100110110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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