#8BABCD

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

Shades of Polo Blue #8BABCD

Tints of Polo Blue #8BABCD

Color information

#8BABCD (or 0x8BABCD) is unknown color: approx Polo Blue. HEX triplet: 8B, AB and CD. RGB value is (139,171,205). Sum of RGB (Red+Green+Blue) = 139+171+205=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABCD is #745432. Grayscale: #A5A5A5. Windows color (decimal): -7623731 or 13478795. OLE color: 13478795.

HSL color Cylindrical-coordinate representation of color #8BABCD: hue angle of 210.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BABCD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139171205-
CMYK0.320.1700.20
HSL210.91º39.76%67.45%-
HSV(B)210.91º32.2%80.39%-
XYZ36.2339.0263.38-
YUV165.31150.4109.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=26.99%
G=33.20%
B=39.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391712050.320.1700.20210.9139.7667.45
Hex8BABCD2011014d32843
Octal213253315402102432350103
Binary10001011101010111100110110000010001010100110100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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