#8BACD1

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

Shades of Polo Blue #8BACD1

Tints of Polo Blue #8BACD1

Color information

#8BACD1 (or 0x8BACD1) is unknown color: approx Polo Blue. HEX triplet: 8B, AC and D1. RGB value is (139,172,209). Sum of RGB (Red+Green+Blue) = 139+172+209=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACD1 is #74532E. Grayscale: #A6A6A6. Windows color (decimal): -7623471 or 13741195. OLE color: 13741195.

HSL color Cylindrical-coordinate representation of color #8BACD1: hue angle of 211.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BACD1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139172209-
CMYK0.330.1800.18
HSL211.71º43.21%68.24%-
HSV(B)211.71º33.49%81.96%-
XYZ36.9139.666.02-
YUV166.35152.07108.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=26.73%
G=33.08%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391722090.330.1800.18211.7143.2168.24
Hex8BACD12112012d42b44
Octal213254321412202232453104
Binary10001011101011001101000110000110010010010110101001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,172,209); }

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

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

 a { background-color: rgb(139,172,209); }

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

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

 span { border-color: rgb(139,172,209); }

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