#8BA6CE

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

Shades of Polo Blue #8BA6CE

Tints of Polo Blue #8BA6CE

Color information

#8BA6CE (or 0x8BA6CE) is unknown color: approx Polo Blue. HEX triplet: 8B, A6 and CE. RGB value is (139,166,206). Sum of RGB (Red+Green+Blue) = 139+166+206=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA6CE is #745931. Grayscale: #A2A2A2. Windows color (decimal): -7625010 or 13543051. OLE color: 13543051.

HSL color Cylindrical-coordinate representation of color #8BA6CE: hue angle of 215.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BA6CE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139166206-
CMYK0.330.1900.19
HSL215.82º40.61%67.65%-
HSV(B)215.82º32.52%80.78%-
XYZ35.4237.2263.71-
YUV162.49152.55111.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.20%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=27.20%
G=32.49%
B=40.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391662060.330.1900.19215.8240.6167.65
Hex8BA6CE2113013d82944
Octal213246316412302333051104
Binary10001011101001101100111010000110011010011110110001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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