#8AA2CB

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

Shades of Polo Blue #8AA2CB

Tints of Polo Blue #8AA2CB

Color information

#8AA2CB (or 0x8AA2CB) is unknown color: approx Polo Blue. HEX triplet: 8A, A2 and CB. RGB value is (138,162,203). Sum of RGB (Red+Green+Blue) = 138+162+203=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA2CB is #755D34. Grayscale: #9F9F9F. Windows color (decimal): -7691573 or 13345418. OLE color: 13345418.

HSL color Cylindrical-coordinate representation of color #8AA2CB: hue angle of 217.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA2CB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138162203-
CMYK0.320.2000.20
HSL217.85º38.46%66.86%-
HSV(B)217.85º32.02%79.61%-
XYZ34.1835.5661.56-
YUV159.5152.55112.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=27.44%
G=32.21%
B=40.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381622030.320.2000.20217.8538.4666.86
Hex8AA2CB2014014da2643
Octal212242313402402433246103
Binary10001010101000101100101110000010100010100110110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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