#8BABCF

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

Shades of Polo Blue #8BABCF

Tints of Polo Blue #8BABCF

Color information

#8BABCF (or 0x8BABCF) is unknown color: approx Polo Blue. HEX triplet: 8B, AB and CF. RGB value is (139,171,207). Sum of RGB (Red+Green+Blue) = 139+171+207=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABCF is #745430. Grayscale: #A5A5A5. Windows color (decimal): -7623729 or 13609867. OLE color: 13609867.

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

Color convert

RGB139171207-
CMYK0.330.1700.19
HSL211.76º41.46%67.84%-
HSV(B)211.76º32.85%81.18%-
XYZ36.4739.1264.66-
YUV165.54151.4109.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=26.89%
G=33.08%
B=40.04%

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
Decimal1391712070.330.1700.19211.7641.4667.84
Hex8BABCF2111013d42944
Octal213253317412102332451104
Binary10001011101010111100111110000110001010011110101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,171,207); }

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

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

 a { background-color: rgb(139,171,207); }

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

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

 span { border-color: rgb(139,171,207); }

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