#8BA6C9

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

Shades of Polo Blue #8BA6C9

Tints of Polo Blue #8BA6C9

Color information

#8BA6C9 (or 0x8BA6C9) is unknown color: approx Polo Blue. HEX triplet: 8B, A6 and C9. RGB value is (139,166,201). Sum of RGB (Red+Green+Blue) = 139+166+201=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BA6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA6C9 is #745936. Grayscale: #A1A1A1. Windows color (decimal): -7625015 or 13215371. OLE color: 13215371.

HSL color Cylindrical-coordinate representation of color #8BA6C9: hue angle of 213.87º 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 #8BA6C9 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139166201-
CMYK0.310.1700.21
HSL213.87º36.47%66.67%-
HSV(B)213.87º30.85%78.82%-
XYZ34.8336.9860.56-
YUV161.92150.05111.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 201 (78.91% from 255) = 39.72%
R=27.47%
G=32.81%
B=39.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391662010.310.1700.21213.8736.4766.67
Hex8BA6C91F11015d62443
Octal213246311372102532644103
Binary1000101110100110110010011111110001010101110101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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