#8BABDD

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

Shades of Polo Blue #8BABDD

Tints of Polo Blue #8BABDD

Color information

#8BABDD (or 0x8BABDD) is unknown color: approx Polo Blue. HEX triplet: 8B, AB and DD. RGB value is (139,171,221). Sum of RGB (Red+Green+Blue) = 139+171+221=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABDD is #745422. Grayscale: #A6A6A6. Windows color (decimal): -7623715 or 14527371. OLE color: 14527371.

HSL color Cylindrical-coordinate representation of color #8BABDD: hue angle of 216.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BABDD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139171221-
CMYK0.370.2300.13
HSL216.59º54.67%70.59%-
HSV(B)216.59º37.1%86.67%-
XYZ38.2639.8474.08-
YUV167.13158.4107.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=26.18%
G=32.20%
B=41.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391712210.370.2300.13216.5954.6770.59
Hex8BABDD25170Dd93747
Octal213253335452701533167107
Binary1000101110101011110111011001011011101101110110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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