#8BAFCE

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

Shades of Polo Blue #8BAFCE

Tints of Polo Blue #8BAFCE

Color information

#8BAFCE (or 0x8BAFCE) is unknown color: approx Polo Blue. HEX triplet: 8B, AF and CE. RGB value is (139,175,206). Sum of RGB (Red+Green+Blue) = 139+175+206=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFCE is #745031. Grayscale: #A7A7A7. Windows color (decimal): -7622706 or 13545355. OLE color: 13545355.

HSL color Cylindrical-coordinate representation of color #8BAFCE: hue angle of 207.76º 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 #8BAFCE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139175206-
CMYK0.330.1500.19
HSL207.76º40.61%67.65%-
HSV(B)207.76º32.52%80.78%-
XYZ37.1240.6164.27-
YUV167.77149.57107.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=26.73%
G=33.65%
B=39.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391752060.330.1500.19207.7640.6167.65
Hex8BAFCE21F013d02944
Octal213257316411702332051104
Binary1000101110101111110011101000011111010011110100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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