#8BAFCA

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

Shades of Polo Blue #8BAFCA

Tints of Polo Blue #8BAFCA

Color information

#8BAFCA (or 0x8BAFCA) is unknown color: approx Polo Blue. HEX triplet: 8B, AF and CA. RGB value is (139,175,202). Sum of RGB (Red+Green+Blue) = 139+175+202=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFCA is #745035. Grayscale: #A7A7A7. Windows color (decimal): -7622710 or 13283211. OLE color: 13283211.

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

Color convert

RGB139175202-
CMYK0.310.1300.21
HSL205.71º37.28%66.86%-
HSV(B)205.71º31.19%79.22%-
XYZ36.6440.4161.75-
YUV167.31147.57107.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=26.94%
G=33.91%
B=39.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391752020.310.1300.21205.7137.2866.86
Hex8BAFCA1FD015ce2543
Octal213257312371502531645103
Binary100010111010111111001010111111101010101110011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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