#8BABD5

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

Shades of Polo Blue #8BABD5

Tints of Polo Blue #8BABD5

Color information

#8BABD5 (or 0x8BABD5) is unknown color: approx Polo Blue. HEX triplet: 8B, AB and D5. RGB value is (139,171,213). Sum of RGB (Red+Green+Blue) = 139+171+213=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #8BABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABD5 is #74542A. Grayscale: #A6A6A6. Windows color (decimal): -7623723 or 14003083. OLE color: 14003083.

HSL color Cylindrical-coordinate representation of color #8BABD5: hue angle of 214.05º degrees, saturation: 0.47, 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 #8BABD5 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139171213-
CMYK0.350.2000.16
HSL214.05º46.84%69.02%-
HSV(B)214.05º34.74%83.53%-
XYZ37.2239.4268.6-
YUV166.22154.4108.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=26.58%
G=32.70%
B=40.73%

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
Decimal1391712130.350.2000.16214.0546.8469.02
Hex8BABD52314010d62f45
Octal213253325432402032657105
Binary10001011101010111101010110001110100010000110101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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