#8BACD8

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

Shades of Polo Blue #8BACD8

Tints of Polo Blue #8BACD8

Color information

#8BACD8 (or 0x8BACD8) is unknown color: approx Polo Blue. HEX triplet: 8B, AC and D8. RGB value is (139,172,216). Sum of RGB (Red+Green+Blue) = 139+172+216=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACD8 is #745327. Grayscale: #A6A6A6. Windows color (decimal): -7623464 or 14199947. OLE color: 14199947.

HSL color Cylindrical-coordinate representation of color #8BACD8: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BACD8 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139172216-
CMYK0.360.2000.15
HSL214.29º49.68%69.61%-
HSV(B)214.29º35.65%84.71%-
XYZ37.7939.9570.69-
YUV167.15155.57107.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.38%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=26.38%
G=32.64%
B=40.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391722160.360.2000.15214.2949.6869.61
Hex8BACD824140Fd63246
Octal213254330442401732662106
Binary1000101110101100110110001001001010001111110101101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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