#8BACCC

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

Shades of Polo Blue #8BACCC

Tints of Polo Blue #8BACCC

Color information

#8BACCC (or 0x8BACCC) is unknown color: approx Polo Blue. HEX triplet: 8B, AC and CC. RGB value is (139,172,204). Sum of RGB (Red+Green+Blue) = 139+172+204=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCC is #745333. Grayscale: #A5A5A5. Windows color (decimal): -7623476 or 13413515. OLE color: 13413515.

HSL color Cylindrical-coordinate representation of color #8BACCC: hue angle of 209.54º degrees, saturation: 0.39, 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 #8BACCC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB139172204-
CMYK0.320.1600.2
HSL209.54º38.92%67.25%-
HSV(B)209.54º31.86%80%-
XYZ36.339.3562.81-
YUV165.78149.57108.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=26.99%
G=33.40%
B=39.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1391722040.320.1600.2209.5438.9267.25
Hex8BACCC2010014d22743
Octal213254314402002432247103
Binary10001011101011001100110010000010000010100110100101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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