#8BABC8

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

Shades of Polo Blue #8BABC8

Tints of Polo Blue #8BABC8

Color information

#8BABC8 (or 0x8BABC8) is unknown color: approx Polo Blue. HEX triplet: 8B, AB and C8. RGB value is (139,171,200). Sum of RGB (Red+Green+Blue) = 139+171+200=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABC8 is #745437. Grayscale: #A4A4A4. Windows color (decimal): -7623736 or 13151115. OLE color: 13151115.

HSL color Cylindrical-coordinate representation of color #8BABC8: hue angle of 208.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BABC8 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB139171200-
CMYK0.300.1400.22
HSL208.52º35.67%66.47%-
HSV(B)208.52º30.5%78.43%-
XYZ35.6438.7860.25-
YUV164.74147.9109.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.25%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=27.25%
G=33.53%
B=39.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391712000.300.1400.22208.5235.6766.47
Hex8BABC81EE016d12442
Octal213253310361602632144102
Binary100010111010101111001000111101110010110110100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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