#8BA8C9

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

Shades of Polo Blue #8BA8C9

Tints of Polo Blue #8BA8C9

Color information

#8BA8C9 (or 0x8BA8C9) is unknown color: approx Polo Blue. HEX triplet: 8B, A8 and C9. RGB value is (139,168,201). Sum of RGB (Red+Green+Blue) = 139+168+201=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BA8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8C9 is #745736. Grayscale: #A2A2A2. Windows color (decimal): -7624503 or 13215883. OLE color: 13215883.

HSL color Cylindrical-coordinate representation of color #8BA8C9: hue angle of 211.94º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA8C9 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139168201-
CMYK0.310.1600.21
HSL211.94º36.47%66.67%-
HSV(B)211.94º30.85%78.82%-
XYZ35.1937.7160.68-
YUV163.09149.39110.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=27.36%
G=33.07%
B=39.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391682010.310.1600.21211.9436.4766.67
Hex8BA8C91F10015d42443
Octal213250311372002532444103
Binary1000101110101000110010011111110000010101110101001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,201); }

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

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

 a { background-color: rgb(139,168,201); }

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

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

 span { border-color: rgb(139,168,201); }

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