#8BACCE

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

Shades of Polo Blue #8BACCE

Tints of Polo Blue #8BACCE

Color information

#8BACCE (or 0x8BACCE) is unknown color: approx Polo Blue. HEX triplet: 8B, AC and CE. RGB value is (139,172,206). Sum of RGB (Red+Green+Blue) = 139+172+206=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCE is #745331. Grayscale: #A5A5A5. Windows color (decimal): -7623474 or 13544587. OLE color: 13544587.

HSL color Cylindrical-coordinate representation of color #8BACCE: hue angle of 210.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BACCE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139172206-
CMYK0.330.1700.19
HSL210.45º40.61%67.65%-
HSV(B)210.45º32.52%80.78%-
XYZ36.5439.4564.08-
YUV166.01150.57108.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=26.89%
G=33.27%
B=39.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391722060.330.1700.19210.4540.6167.65
Hex8BACCE2111013d22944
Octal213254316412102332251104
Binary10001011101011001100111010000110001010011110100101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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