#8BACD6

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

Shades of Polo Blue #8BACD6

Tints of Polo Blue #8BACD6

Color information

#8BACD6 (or 0x8BACD6) is unknown color: approx Polo Blue. HEX triplet: 8B, AC and D6. RGB value is (139,172,214). Sum of RGB (Red+Green+Blue) = 139+172+214=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACD6 is #745329. Grayscale: #A6A6A6. Windows color (decimal): -7623466 or 14068875. OLE color: 14068875.

HSL color Cylindrical-coordinate representation of color #8BACD6: hue angle of 213.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BACD6 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139172214-
CMYK0.350.2000.16
HSL213.6º47.77%69.22%-
HSV(B)213.6º35.05%83.92%-
XYZ37.5439.8569.33-
YUV166.92154.57108.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=26.48%
G=32.76%
B=40.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391722140.350.2000.16213.647.7769.22
Hex8BACD62314010d63045
Octal213254326432402032660105
Binary10001011101011001101011010001110100010000110101101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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