#8AA9CA

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

Shades of Polo Blue #8AA9CA

Tints of Polo Blue #8AA9CA

Color information

#8AA9CA (or 0x8AA9CA) is unknown color: approx Polo Blue. HEX triplet: 8A, A9 and CA. RGB value is (138,169,202). Sum of RGB (Red+Green+Blue) = 138+169+202=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9CA is #755635. Grayscale: #A3A3A3. Windows color (decimal): -7689782 or 13281674. OLE color: 13281674.

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

Color convert

RGB138169202-
CMYK0.320.1600.21
HSL210.94º37.65%66.67%-
HSV(B)210.94º31.68%79.22%-
XYZ35.3338.0461.36-
YUV163.49149.73109.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=27.11%
G=33.20%
B=39.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381692020.320.1600.21210.9437.6566.67
Hex8AA9CA2010015d32643
Octal212251312402002532346103
Binary10001010101010011100101010000010000010101110100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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