#8BACCD

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

Shades of Polo Blue #8BACCD

Tints of Polo Blue #8BACCD

Color information

#8BACCD (or 0x8BACCD) is unknown color: approx Polo Blue. HEX triplet: 8B, AC and CD. RGB value is (139,172,205). Sum of RGB (Red+Green+Blue) = 139+172+205=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCD is #745332. Grayscale: #A5A5A5. Windows color (decimal): -7623475 or 13479051. OLE color: 13479051.

HSL color Cylindrical-coordinate representation of color #8BACCD: hue angle of 210º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BACCD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139172205-
CMYK0.320.1600.20
HSL210º39.76%67.45%-
HSV(B)210º32.2%80.39%-
XYZ36.4239.463.44-
YUV165.9150.07108.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=26.94%
G=33.33%
B=39.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391722050.320.1600.2021039.7667.45
Hex8BACCD2010014d22843
Octal213254315402002432250103
Binary10001011101011001100110110000010000010100110100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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