#8BAFD3

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

Shades of Polo Blue #8BAFD3

Tints of Polo Blue #8BAFD3

Color information

#8BAFD3 (or 0x8BAFD3) is unknown color: approx Polo Blue. HEX triplet: 8B, AF and D3. RGB value is (139,175,211). Sum of RGB (Red+Green+Blue) = 139+175+211=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #8BAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFD3 is #74502C. Grayscale: #A8A8A8. Windows color (decimal): -7622701 or 13873035. OLE color: 13873035.

HSL color Cylindrical-coordinate representation of color #8BAFD3: hue angle of 210º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BAFD3 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB139175211-
CMYK0.340.1700.17
HSL210º45%68.63%-
HSV(B)210º34.12%82.75%-
XYZ37.7440.8567.52-
YUV168.34152.07107.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=26.48%
G=33.33%
B=40.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1391752110.340.1700.172104568.63
Hex8BAFD32211011d22d45
Octal213257323422102132255105
Binary10001011101011111101001110001010001010001110100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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