#8AA0CE

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

Shades of Polo Blue #8AA0CE

Tints of Polo Blue #8AA0CE

Color information

#8AA0CE (or 0x8AA0CE) is unknown color: approx Polo Blue. HEX triplet: 8A, A0 and CE. RGB value is (138,160,206). Sum of RGB (Red+Green+Blue) = 138+160+206=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0CE is #755F31. Grayscale: #9E9E9E. Windows color (decimal): -7692082 or 13541514. OLE color: 13541514.

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

Color convert

RGB138160206-
CMYK0.330.2200.19
HSL220.59º40.96%67.45%-
HSV(B)220.59º33.01%80.78%-
XYZ34.193563.35-
YUV158.67154.71113.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=27.38%
G=31.75%
B=40.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381602060.330.2200.19220.5940.9667.45
Hex8AA0CE2116013dd2943
Octal212240316412602333551103
Binary10001010101000001100111010000110110010011110111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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