#8BAACE

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

Shades of Polo Blue #8BAACE

Tints of Polo Blue #8BAACE

Color information

#8BAACE (or 0x8BAACE) is unknown color: approx Polo Blue. HEX triplet: 8B, AA and CE. RGB value is (139,170,206). Sum of RGB (Red+Green+Blue) = 139+170+206=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAACE is #745531. Grayscale: #A4A4A4. Windows color (decimal): -7623986 or 13544075. OLE color: 13544075.

HSL color Cylindrical-coordinate representation of color #8BAACE: hue angle of 212.24º 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 #8BAACE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139170206-
CMYK0.330.1700.19
HSL212.24º40.61%67.65%-
HSV(B)212.24º32.52%80.78%-
XYZ36.1638.6963.96-
YUV164.84151.23109.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 206 (80.86% from 255) = 40%
R=26.99%
G=33.01%
B=40%

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
Decimal1391702060.330.1700.19212.2440.6167.65
Hex8BAACE2111013d42944
Octal213252316412102332451104
Binary10001011101010101100111010000110001010011110101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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