#8CAAD7

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

Shades of Polo Blue #8CAAD7

Tints of Polo Blue #8CAAD7

Color information

#8CAAD7 (or 0x8CAAD7) is unknown color: approx Polo Blue. HEX triplet: 8C, AA and D7. RGB value is (140,170,215). Sum of RGB (Red+Green+Blue) = 140+170+215=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #8CAAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAAD7 is #735528. Grayscale: #A5A5A5. Windows color (decimal): -7558441 or 14133900. OLE color: 14133900.

HSL color Cylindrical-coordinate representation of color #8CAAD7: hue angle of 216º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CAAD7 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB140170215-
CMYK0.350.2100.16
HSL216º48.39%69.61%-
HSV(B)216º34.88%84.31%-
XYZ37.4639.2369.89-
YUV166.16155.56109.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=26.67%
G=32.38%
B=40.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1401702150.350.2100.1621648.3969.61
Hex8CAAD72315010d83046
Octal214252327432502033060106
Binary10001100101010101101011110001110101010000110110001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,215); }

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

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

 a { background-color: rgb(140,170,215); }

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

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

 span { border-color: rgb(140,170,215); }

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