#8AA1CD

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

Shades of Polo Blue #8AA1CD

Tints of Polo Blue #8AA1CD

Color information

#8AA1CD (or 0x8AA1CD) is unknown color: approx Polo Blue. HEX triplet: 8A, A1 and CD. RGB value is (138,161,205). Sum of RGB (Red+Green+Blue) = 138+161+205=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA1CD is #755E32. Grayscale: #9E9E9E. Windows color (decimal): -7691827 or 13476234. OLE color: 13476234.

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

Color convert

RGB138161205-
CMYK0.330.2100.20
HSL219.4º40.12%67.25%-
HSV(B)219.4º32.68%80.39%-
XYZ34.2535.362.77-
YUV159.14153.88112.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=27.38%
G=31.94%
B=40.67%

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
Decimal1381612050.330.2100.20219.440.1267.25
Hex8AA1CD2115014db2843
Octal212241315412502433350103
Binary10001010101000011100110110000110101010100110110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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