#8AA2CE

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

Shades of Polo Blue #8AA2CE

Tints of Polo Blue #8AA2CE

Color information

#8AA2CE (or 0x8AA2CE) is unknown color: approx Polo Blue. HEX triplet: 8A, A2 and CE. RGB value is (138,162,206). Sum of RGB (Red+Green+Blue) = 138+162+206=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA2CE is #755D31. Grayscale: #9F9F9F. Windows color (decimal): -7691570 or 13542026. OLE color: 13542026.

HSL color Cylindrical-coordinate representation of color #8AA2CE: hue angle of 218.82º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AA2CE is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138162206-
CMYK0.330.2100.19
HSL218.82º40.96%67.45%-
HSV(B)218.82º33.01%80.78%-
XYZ34.5435.763.46-
YUV159.84154.05112.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.27%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=27.27%
G=32.02%
B=40.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381622060.330.2100.19218.8240.9667.45
Hex8AA2CE2115013db2943
Octal212242316412502333351103
Binary10001010101000101100111010000110101010011110110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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