#8BABC4

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

Shades of Polo Blue #8BABC4

Tints of Polo Blue #8BABC4

Color information

#8BABC4 (or 0x8BABC4) is unknown color: approx Polo Blue. HEX triplet: 8B, AB and C4. RGB value is (139,171,196). Sum of RGB (Red+Green+Blue) = 139+171+196=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #8BABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABC4 is #74543B. Grayscale: #A4A4A4. Windows color (decimal): -7623740 or 12888971. OLE color: 12888971.

HSL color Cylindrical-coordinate representation of color #8BABC4: hue angle of 206.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BABC4 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB139171196-
CMYK0.290.1300.23
HSL206.32º32.57%65.69%-
HSV(B)206.32º29.08%76.86%-
XYZ35.1738.657.82-
YUV164.28145.9109.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=27.47%
G=33.79%
B=38.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391711960.290.1300.23206.3232.5765.69
Hex8BABC41DD017ce2142
Octal213253304351502731641102
Binary100010111010101111000100111011101010111110011101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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