#8BACC9

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

Shades of Polo Blue #8BACC9

Tints of Polo Blue #8BACC9

Color information

#8BACC9 (or 0x8BACC9) is unknown color: approx Polo Blue. HEX triplet: 8B, AC and C9. RGB value is (139,172,201). Sum of RGB (Red+Green+Blue) = 139+172+201=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACC9 is #745336. Grayscale: #A5A5A5. Windows color (decimal): -7623479 or 13216907. OLE color: 13216907.

HSL color Cylindrical-coordinate representation of color #8BACC9: hue angle of 208.06º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BACC9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139172201-
CMYK0.310.1400.21
HSL208.06º36.47%66.67%-
HSV(B)208.06º30.85%78.82%-
XYZ35.9439.2160.93-
YUV165.44148.07109.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=27.15%
G=33.59%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391722010.310.1400.21208.0636.4766.67
Hex8BACC91FE015d02443
Octal213254311371602532044103
Binary100010111010110011001001111111110010101110100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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